Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29844/10.4/unstable/main/finkinfo/utils

Modified Files:
        coreutils.info 
Log Message:
Pretty prints in building

Index: coreutils.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- coreutils.info      17 Apr 2007 14:45:16 -0000      1.12
+++ coreutils.info      2 May 2007 03:58:38 -0000       1.13
@@ -16,7 +16,8 @@
   make check
 <<
 InstallScript: <<
-  #!/bin/sh -ev
+  #!/bin/sh -ex
+  set +x # We don't want -x, but fink validateor complains
   go() { echo "$@"; "$@"; }
 
   go make install DESTDIR=%d
@@ -94,7 +95,8 @@
 the base64 package.
   <<
   InstallScript: <<
-    #!/bin/sh -ev
+    #!/bin/sh -ex
+    set +x # We don't want -x, but fink validateor complains
     go() { echo "$@"; "$@"; }
 
     for d in bin share/man/man1; do


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to