Skip to content

Commit

Permalink
Use /bin/bash, fixes #3525
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored and mirichmo committed Apr 12, 2017
1 parent 8d4db01 commit 3516872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/appimage.sh
Expand Up @@ -446,7 +446,7 @@ cp ../../assets/Powershell_256.png $APP.png
cp ../../assets/AppImageThirdPartyNotices.txt ThirdPartyNotices.txt

cat > ./AppRun <<\EOF
#!/bin/sh
#!/bin/bash
HERE=$(dirname $(readlink -f "${0}"))
export PATH="${HERE}/usr/bin/":$PATH
export LD_LIBRARY_PATH="${HERE}/usr/lib/":$LD_LIBRARY_PATH
Expand Down

0 comments on commit 3516872

Please sign in to comment.