summaryrefslogtreecommitdiffstats
path: root/tools/make_linux_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make_linux_package.sh')
-rwxr-xr-xtools/make_linux_package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make_linux_package.sh b/tools/make_linux_package.sh
index 1cbf478d..332c281b 100755
--- a/tools/make_linux_package.sh
+++ b/tools/make_linux_package.sh
@@ -34,10 +34,10 @@ LIBPROTOC=$(ldd `which protoc` | grep -o '/.*libprotoc[^ ]*')
cp $LIBPROTOC $DEST/generator-bin/
cat > $DEST/generator-bin/protoc << EOF
#!/bin/bash
-SCRIPTDIR=\$(dirname \$(readlink -f \$0))
+SCRIPTDIR=\$(dirname "\$0")
export LD_LIBRARY_PATH=\$SCRIPTDIR
export PATH=\$SCRIPTDIR:\$PATH
-exec \$SCRIPTDIR/protoc.bin "\$@"
+exec "\$SCRIPTDIR/protoc.bin" "\$@"
EOF
chmod +x $DEST/generator-bin/protoc