diff options
-rw-r--r-- | cdlog.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,8 +37,9 @@ cdlog.args() # Utility for nth positional param cdlog.get_param() { - shift $1 + if shift $1 ; then echo "$1" + fi } # Read state from ~/.cdlog.dirs |