1
0
mirror of https://github.com/jenv/jenv.git synced 2026-05-03 03:44:37 +01:00

Fix jenv-init for shells without typeset

This commit is contained in:
Marquis Wong
2022-05-10 13:55:00 -05:00
parent 45efe534c9
commit 00e21319e2
+1 -1
View File
@@ -141,7 +141,7 @@ bash | zsh | * )
IFS="|"
cat <<EOS
jenv() {
typeset command
type typeset &> /dev/null && typeset command
command="\$1"
if [ "\$#" -gt 0 ]; then
shift