mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
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 $@
|
||||
do
|
||||
cd "${dir}"
|
||||
cd "${dir}" > /dev/null
|
||||
echo "\"$(basename ${dir})\": {"
|
||||
|
||||
# Do not embed map files and the non-minified bootstrap files.
|
||||
|
|
Loading…
Reference in a new issue