1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix cross-compile tmp dir removal

- cd out of the tmp dir before attempting to remove it.
This commit is contained in:
Jay Satiro
2016-10-22 16:00:44 -04:00
committed by Nico Williams
parent 0b8218515e
commit e5c30e6fae

View File

@ -38,5 +38,6 @@ set -x
for jq in `find . -type f \( -name jq -o -name jq.exe \) -print`; do
cp "$jq" ..
done
cd ..
rm -rf tmp