changeset 217:567cf06fd4d7

Reload duplication avoided
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 13 Jun 2016 00:42:00 +0859
parents 0698f0aa118f
children 849e6dee3485
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Fri Jun 10 21:57:54 2016 +0859
+++ b/s4-funcs.sh	Mon Jun 13 00:42:00 2016 +0859
@@ -531,7 +531,7 @@
     stamp|datetime)
       date "+%F %T" ;;
     serial)
-      (s=`getpar $2`
+      (s=`getpar serial`
        if [ -n "$s" ]; then echo $s; else echo "`date +%s`x$$"; fi) ;;
     *)
       getpar "$2" "$3";;

yatex.org