es shell support (no shell version) (#1456)

This commit is contained in:
aosync
2020-05-10 12:58:11 +02:00
committed by GitHub
parent 6a5dfb874e
commit 58e90e8f29

View File

@@ -1594,7 +1594,7 @@ get_shell() {
shell+=${BASH_VERSION/-*}
;;
sh|ash|dash) ;;
sh|ash|dash|es) ;;
*ksh)
shell+=$("$SHELL" -c "printf %s \"\$KSH_VERSION\"")