Index: tools/precompilation/test_linux.sh |
diff --git a/tools/precompilation/test_linux.sh b/tools/precompilation/test_linux.sh |
index b947be4e9f40296689677105dc6841a21aa72203..056fde00122ab068e43d49cd0dc977675afc10f7 100755 |
--- a/tools/precompilation/test_linux.sh |
+++ b/tools/precompilation/test_linux.sh |
@@ -12,4 +12,4 @@ set -ex |
gcc -nostartfiles -m64 -shared -Wl,-soname,libprecompiled.so -o libprecompiled.so precompiled.S |
-LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD" gdb -ex run --args ./out/DebugX64/dart_precompiled_runtime --run-precompiled-snapshot not_used.dart |
+gdb -ex run --args ./out/DebugX64/dart_precompiled_runtime --run-precompiled-snapshot=$PWD not_used.dart |