Zsh compatibility patch

pull/15/head^2
Šimon Let 6 years ago committed by GitHub
parent 62797c7d36
commit 0cd433ba5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      shellrc.sh

@ -165,7 +165,7 @@ __resh_precmd() {
echo "RESH WARNING: You probably just updated RESH - PLEASE RESTART OR RELOAD THIS TERMINAL SESSION (resh revision: $(resh-collect -revision); resh revision of this terminal session: ${__RESH_REVISION})"
fi
fi
if [ "$__RESH_VERSION" == $(resh-collect -version) ] && [ "$__RESH_REVISION" == $(resh-collect -revision) ]; then
if [ "$__RESH_VERSION" = $(resh-collect -version) ] && [ "$__RESH_REVISION" = $(resh-collect -revision) ]; then
resh-collect -requireVersion "$__RESH_VERSION" \
-requireRevision "$__RESH_REVISION" \
-cmdLine "$__RESH_CMDLINE" \

Loading…
Cancel
Save