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:
committed by
Nico Williams
parent
0b8218515e
commit
e5c30e6fae
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user