Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:0ef9dd8aa35312f6c330cdb51809b7d7f82397ee
Author...:karl <>
Committer:karl <>
Date.....:Fri Nov 11 13:53:24 2005 +0000
Parents..:82ba19ea1047084ab9edc45dc6d442b4bb9061b9

Message
[project @ 2005-11-11 13:53:24 by karl]
autoupdate

Changes
diff --git a/build-aux/install-sh b/build-aux/install-sh
line changes: +2/-2
index 5ac8da4..0ae12c0
--- a/build-aux/install-sh
+++ b/build-aux/install-sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2005-09-13.16
+scriptversion=2005-11-07.23
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -389,7 +389,7 @@ do
 	 }
     } || exit 1
 
-    trap - 0
+    trap '' 0
   fi
 done
 

This website is licensed under AGPL-3.0. Feel free to copy!