diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-30 11:43:26 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-30 11:43:26 -0800 |
commit | cb4e054e41cdb7e398351a5ae8224759e721349e (patch) | |
tree | ae2bec4f10425bd61e2a90563edc178d382bb4b8 /lib-src | |
parent | e6d575316a42946aac6d83c9587f09afd1a59d98 (diff) | |
parent | 60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff) |
-
Diffstat (limited to 'lib-src')
-rwxr-xr-x | lib-src/rcs2log | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 73213c5a37..ff4d470a21 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -403,8 +403,8 @@ case $rlogfile in esac case $datearg in - ?*) $rlog $rlog_options "$datearg" ${1+"$@"} >$rlogfile;; - '') $rlog $rlog_options ${1+"$@"} >$rlogfile;; + ?*) $rlog $rlog_options "$datearg" "$@" >$rlogfile;; + '') $rlog $rlog_options "$@" >$rlogfile;; esac || exit;; esac |