OSDN Git Service

Forgot this change in last commit.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 15 Jun 2015 13:35:01 +0000 (14:35 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 17 Jun 2015 20:59:37 +0000 (21:59 +0100)
bug:21746693
Change-Id: I1ae9690d393cf1bae10cb06ff1c6754ab2a50595

tools/run-libcore-tests.sh

index e1f7581..1b8748b 100755 (executable)
@@ -77,7 +77,7 @@ while true; do
     # classpath/resources differences when compiling the boot image.
     vogar_args="$vogar_args --vm-arg -Ximage:/non/existent"
     shift
-  elif [[ $1 == "--debug" ]]; then
+  elif [[ "$1" == "--debug" ]]; then
     # Remove the --debug from the arguments.
     vogar_args=${vogar_args/$1}
     vogar_args="$vogar_args --vm-arg -XXlib:libartd.so"