Unverified Commit 58e90e8f authored by aosync's avatar aosync Committed by GitHub

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

parent 6a5dfb87
......@@ -1594,7 +1594,7 @@ get_shell() {
shell+=${BASH_VERSION/-*}
;;
sh|ash|dash) ;;
sh|ash|dash|es) ;;
*ksh)
shell+=$("$SHELL" -c "printf %s \"\$KSH_VERSION\"")
......
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