mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Change backticks to the more legible $()
This commit is contained in:
committed by
Nico Williams
parent
68d0048148
commit
2ce1e323df
@@ -35,7 +35,7 @@ clean () {
|
||||
fi
|
||||
}
|
||||
trap clean EXIT
|
||||
d=`mktemp -d -t jqXXXXXX || true`
|
||||
d=$(mktemp -d -t jqXXXXXX || true)
|
||||
if [ -z "$d" ]; then
|
||||
echo "Your OS does not support mktemp(1) -d" 1>&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user