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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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