caam

changeset 6:3ad1a996332b

Log file script can take arguments.
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 19 Feb 2012 21:55:52 +0900
parents 94db7f540034
children e0df1e3dbce0
files bin/caam
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/bin/caam	Sat Feb 18 18:09:15 2012 +0900
     1.2 +++ b/bin/caam	Sun Feb 19 21:55:52 2012 +0900
     1.3 @@ -1,8 +1,8 @@
     1.4  #!/bin/sh
     1.5  # caam - Configure And And Make
     1.6  # (C)2008-2011 by HIROSE, Yuuji [yuuji/at/gentei.org]
     1.7 -# Last modified Sat Feb 18 18:03:36 2012 on firestorm
     1.8 -# Update count: 16
     1.9 +# Last modified Sun Feb 19 11:57:20 2012 on firestorm
    1.10 +# Update count: 17
    1.11  # http://www.gentei.org/~yuuji/software/caam/
    1.12  
    1.13  ca=`echo $CAAM_ADD|tr : ' '`
    1.14 @@ -162,7 +162,7 @@
    1.15       eval v="\$old_$e"
    1.16       echo $e=\"$v\" \\
    1.17     done
    1.18 -   echo $myname $myargs
    1.19 +   echo $myname $myargs '"$@"'
    1.20     echo exit
    1.21     echo "fi"
    1.22     echo "#### ** $uname Success log ends here."