Skip to content
Snippets Groups Projects
Commit b255ebe8 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Find the full path to bash automatically, but still allow it to be overridden.

parent 1fd38218
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ cset prompt {(%|#|\$) *$}
# Only the shell names (e.g. bin_bash) must be full pathnames
#
cset bin_awk "awk"
cset bin_bash "/bin/bash"
if {![info exists bin_bash]} {set bin_bash [exec which bash]}
cset bin_cat "cat"
cset bin_cc "gcc"
cset bin_chmod "chmod"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment