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


gnu-hello       
Info
Commit...:d4be0c7642431a49b49a4fe2ba40a64e6418542b
Author...:karl <>
Committer:karl <>
Date.....:Sun Jan 15 15:08:02 2006 +0000
Parents..:dd249aecefe47c3aaeff484f28e23df3444c4c41

Message
[project @ 2006-01-15 15:08:02 by karl]
autoupdate

Changes
diff --git a/build-aux/install-sh b/build-aux/install-sh
line changes: +18/-6
index 0ae12c0..fd2e75a
--- 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-11-07.23
+scriptversion=2006-01-12.21
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -233,11 +233,23 @@ do
 	     X"$dst" : 'X\(/\)' \| \
 	     .       : '\(.\)' 2>/dev/null ||
 	echo X"$dst" |
-	    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-		  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-		  /^X\(\/\/\)$/{ s//\1/; q; }
-		  /^X\(\/\).*/{ s//\1/; q; }
-		  s/.*/./; q'
+	    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\/\)[^/].*/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\/\)$/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\).*/{
+		   s//\1/
+		   q
+		 }
+		 s/.*/./; q'
       `
 
       test -d "$dstdir"

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