mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-13 22:05:21 +01:00
add comments to fix sed compatibility issue between BSD and GNU versions
This commit is contained in:
parent
cb9db4b0d1
commit
2074af56b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user