Merge pull request #647 from ScorpioCPH/dev-sed-fix

Add comments to fix sed compatibility issue between BSD and GNU versions
This commit is contained in:
Daniel Jiang 2016-08-05 14:00:39 +08:00 committed by GitHub
commit f5e6fb2bf3

View File

@ -20,6 +20,12 @@ do
fi
done
# If you want run this script on Mac OS X,
# I suggest you install gnu-sed (whth --with-default-names option).
# $ brew install gnu-sed --with-default-names
# Reference:
# http://stackoverflow.com/a/27834828/3167471
#remove space
echo "Remove space.."
sed 's/ \+/ /g' -i /tmp/harbor.app.temp.js