Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 0c9746c

Browse files
committed
fix for "too many arguments" #2434
1 parent f1884c8 commit 0c9746c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/restore_installed_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ ${1} == "" ]]; then
1010
exit;
1111
fi
1212

13-
if [ ! -d ${1} ]; then
13+
if [ ! -d "${1}" ]; then
1414
echo "$1 not found."
1515
exit;
1616
fi

0 commit comments

Comments
 (0)