| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 96272f4 commit 95314ac
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,6 @@ for file in `find . -name org.eclipse.m2e.core.prefs | xargs`; do | |||
| 21 | 21 | echo Skipping $file; | |
| 22 | 22 | else | |
| 23 | 23 | echo Replacing $file; | |
| 24 | - sed -i s/activeProfiles=/activeProfiles=eclipse/g $file; | ||
| 24 | + sed -i -e s/activeProfiles=/activeProfiles=eclipse/g $file; | ||
| 25 | 25 | fi; | |
| 26 | 26 | done | |
| Back | FazBrowse Home | New Git URL |
0 commit comments