Loading .shell/lib/shared.sh +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ esac if has realpath; then expand() { realpath $1; } expand() { realpath "$1"; } elif has readlink; then expand() { readlink -f $1; } expand() { readlink -f "$1"; } fi Loading
.shell/lib/shared.sh +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ esac if has realpath; then expand() { realpath $1; } expand() { realpath "$1"; } elif has readlink; then expand() { readlink -f $1; } expand() { readlink -f "$1"; } fi