Merge pull request #580 from prometheus/beorn7/fix

Fix embed-static.sh.
This commit is contained in:
Björn Rabenstein 2015-03-05 14:36:53 +01:00
commit 38ab8cc39b
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.