We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
./configure
configure.py
1 parent ae9d7b0 commit d855ca0Copy full SHA for d855ca0
1 file changed
configure
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-script="$(dirname $0)"/src/bootstrap/configure.py
+script="$(dirname "$0")"/src/bootstrap/configure.py
4
5
try() {
6
cmd=$1
@@ -15,4 +15,4 @@ try python3 "$@"
15
try python2.7 "$@"
16
try python27 "$@"
17
try python2 "$@"
18
-exec python $script "$@"
+exec python "$script" "$@"
0 commit comments