Skip to content

Commit 48b88b2

Browse files
committed
Re-escape
1 parent fdf1d82 commit 48b88b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def fix_shebang(full):
858858
859859
lines.extend([
860860
b"#!/bin/sh\n",
861-
b"'''exec' \"$(dirname -- \"$(realpath -- \"$0\")\")\"/'python${PYTHON_MAJMIN_VERSION}${PYTHON_BINARY_SUFFIX}' \"$0\" \"$@\"\n",
861+
b"'''exec' \"$(dirname -- \\\"$(realpath -- \\\"$0\\\")\\\")\"/'python${PYTHON_MAJMIN_VERSION}${PYTHON_BINARY_SUFFIX}' \\\"$0\\\" \\\"$@\\\"\n",
862862
b"' '''\n",
863863
])
864864

0 commit comments

Comments
 (0)