freebsd-ports/editors/codelite/files/patch-Runtime_codelite_xterm
2015-08-15 14:53:55 +00:00

11 lines
506 B
Text

--- Runtime/codelite_xterm.orig 2012-06-18 14:05:30.000000000 +0200
+++ Runtime/codelite_xterm 2012-06-18 14:05:45.000000000 +0200
@@ -17,7 +17,7 @@
## Run xterm without the bash wrapper
${terminal} -T "$program_title" -e $2 2> /dev/null
else
- ${terminal} -T "$program_title" -e /bin/bash -c 'export LD_LIBRARY_PATH=$0;shift;$@' $LD_LIBRARY_PATH "$@" 2> /dev/null
+ ${terminal} -T "$program_title" -e /bin/sh -c 'export LD_LIBRARY_PATH=$0;shift;$@' $LD_LIBRARY_PATH "$@" 2> /dev/null
fi
fi