Fix embed-static.sh.
Some versions of the cd command print out the directory they have changed into.
This commit is contained in:
parent
9376e0520f
commit
cbe92347ef
|
@ -11,7 +11,7 @@ ORIGINAL_PWD=${PWD}
|
||||||
|
|
||||||
for dir in $@
|
for dir in $@
|
||||||
do
|
do
|
||||||
cd "${dir}"
|
cd "${dir}" > /dev/null
|
||||||
echo "\"$(basename ${dir})\": {"
|
echo "\"$(basename ${dir})\": {"
|
||||||
|
|
||||||
# Do not embed map files and the non-minified bootstrap files.
|
# Do not embed map files and the non-minified bootstrap files.
|
||||||
|
|
Loading…
Reference in New Issue