pier 02/05/03 05:13:57
Modified: webapp/support wa_exec.m4
Log:
Aesthetics change (report the value of the return code, not the name of its
variable)
Revision Changes Path
1.4 +2 -2 jakarta-tomcat-connectors/webapp/support/wa_exec.m4
Index: wa_exec.m4
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/support/wa_exec.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wa_exec.m4 3 May 2002 12:06:34 -0000 1.3
+++ wa_exec.m4 3 May 2002 12:13:57 -0000 1.4
@@ -57,7 +57,7 @@
dnl --------------------------------------------------------------------------
dnl Author Pier Fumagalli <[EMAIL PROTECTED]>
-dnl Version $Id: wa_exec.m4,v 1.3 2002/05/03 12:06:34 pier Exp $
+dnl Version $Id: wa_exec.m4,v 1.4 2002/05/03 12:13:57 pier Exp $
dnl --------------------------------------------------------------------------
dnl --------------------------------------------------------------------------
@@ -121,7 +121,7 @@
$1="`cat retvalue.tmp`"
rm -f retvalue.tmp
echo " execution of \"$2\""
- echo " returned with value \"$1\""
+ echo " returned with value \"${$1}\""
cd "${wa_exec_curdir}"
unset wa_exec_curdir
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>