typo
This commit is contained in:
@@ -99,7 +99,7 @@ if test -z "${DESTINATION}"; then
|
|||||||
echo "ERROR: no destination specified, try $0 --help" 1>&2
|
echo "ERROR: no destination specified, try $0 --help" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if $dryrun -eq 0 && ! ( test -d "${DESTINATION}" || mkdir -p "${DESTINATION}" ); then
|
if test "$dryrun" -eq 0 && ! ( test -d "${DESTINATION}" || mkdir -p "${DESTINATION}" ); then
|
||||||
echo "ERROR: cannot create destination path '$DESTINATION', try $0 --help" 1>&2
|
echo "ERROR: cannot create destination path '$DESTINATION', try $0 --help" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user