diff options
Diffstat (limited to 'cdlog.sh')
-rw-r--r-- | cdlog.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -152,12 +152,15 @@ cdlog.chdir() case $2 in ( */* ) ;; - ( * ) + ( ?* ) def=${cdlog_alias[$2]} if [ -n "$def" ] ; then set -- -P "$def" fi ;; + ( * ) + return 0 + ;; esac fi |