Commit 52a8cd49 authored by Dylan Araps's avatar Dylan Araps

Readd a substitution that shouldn't have been removed

parent f855ae24
...@@ -776,6 +776,7 @@ getshell () { ...@@ -776,6 +776,7 @@ getshell () {
shell+="$("$SHELL" -c 'printf "%s" "$FISH_VERSION"')" shell+="$("$SHELL" -c 'printf "%s" "$FISH_VERSION"')"
;; ;;
esac esac
shell="${shell/\(*\)}"
fi fi
} }
......
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