[csw-devel] SF.net SVN: opencsw:[514] gar-wrapper/mgar

skayser at users.sourceforge.net skayser at users.sourceforge.net
Fri Aug 19 00:43:20 CEST 2011


Revision: 514
          http://opencsw.svn.sourceforge.net/opencsw/?rev=514&view=rev
Author:   skayser
Date:     2011-08-18 22:43:20 +0000 (Thu, 18 Aug 2011)

Log Message:
-----------
mgar: correct the ACK_SHOWVAR configuration value handling

Modified Paths:
--------------
    gar-wrapper/mgar

Modified: gar-wrapper/mgar
===================================================================
--- gar-wrapper/mgar	2011-08-18 22:31:09 UTC (rev 513)
+++ gar-wrapper/mgar	2011-08-18 22:43:20 UTC (rev 514)
@@ -474,7 +474,7 @@
     -f <( cat Makefile; echo -e "\nshow-var:\n\t at echo \$(${1:-})" ) \
     show-var
 
-  if [ -z "${__acked}" ]; then
+  if [ "${__acked}" != "1" ]; then
     echo
     echo "Beware: show-var doesn't evaluate modulations. So if you make use of"
     echo "complex recipes, the displayed value might not be the actual value"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list