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@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.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to