Skip to content
Snippets Groups Projects
Commit c526699c authored by Moe Jette's avatar Moe Jette
Browse files

Tweak logic to identify proper bash location

parent b5984a49
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ cset prompt {(%|#|\$|\]) *$} ...@@ -93,7 +93,7 @@ cset prompt {(%|#|\$|\]) *$}
# Only the shell names (e.g. bin_bash) must be full pathnames # Only the shell names (e.g. bin_bash) must be full pathnames
# #
cset bin_awk "awk" cset bin_awk "awk"
cset bin_bash [exec which bash] cset bin_bash [exec which bash | tail -1]
cset bin_cat "cat" cset bin_cat "cat"
cset bin_cc "gcc" cset bin_cc "gcc"
cset bin_chmod "chmod" 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