mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix set-eclipse-profile.sh to work with mac/bsd sed.
Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
parent
96272f4cde
commit
95314ac452
@ -21,6 +21,6 @@ for file in `find . -name org.eclipse.m2e.core.prefs | xargs`; do
|
|||||||
echo Skipping $file;
|
echo Skipping $file;
|
||||||
else
|
else
|
||||||
echo Replacing $file;
|
echo Replacing $file;
|
||||||
sed -i s/activeProfiles=/activeProfiles=eclipse/g $file;
|
sed -i -e s/activeProfiles=/activeProfiles=eclipse/g $file;
|
||||||
fi;
|
fi;
|
||||||
done
|
done
|
||||||
Loading…
x
Reference in New Issue
Block a user