1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-24 16:49:47 +00:00

Merge pull request #8 from marsam/master

This commit is contained in:
Linwei
2019-01-20 04:15:01 +08:00
committed by GitHub

4
z.lua
View File

@@ -1311,7 +1311,9 @@ _zlua() {
else
$_ZL_CD "$dest"
fi
[ -n "$_ZL_ECHO" ] && pwd
if [ -n "$_ZL_ECHO" ]; then
pwd
fi
fi
fi
}