Commit 48b3b575 authored by Dylan Araps's avatar Dylan Araps

Shell: Fix space in path

parent 7653e3be
...@@ -518,7 +518,7 @@ get_shell() { ...@@ -518,7 +518,7 @@ get_shell() {
*) *)
shell+="$("$SHELL" --version 2>&1)" shell+="$("$SHELL" --version 2>&1)"
shell="${shell/${SHELL##*/}}" shell="${shell/ ${SHELL##*/}}"
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment