Fix embed-static.sh.

Some versions of the cd command print out the directory they have
changed into.
This commit is contained in:
beorn7 2015-03-05 14:26:19 +01:00
parent 9376e0520f
commit cbe92347ef
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ORIGINAL_PWD=${PWD}
for dir in $@
do
cd "${dir}"
cd "${dir}" > /dev/null
echo "\"$(basename ${dir})\": {"
# Do not embed map files and the non-minified bootstrap files.