SOURCES: geninitrd-typo.patch (NEW) - typo

glen glen at pld-linux.org
Tue Oct 16 18:27:41 CEST 2007


Author: glen                         Date: Tue Oct 16 16:27:41 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- typo

---- Files affected:
SOURCES:
   geninitrd-typo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/geninitrd-typo.patch
diff -u /dev/null SOURCES/geninitrd-typo.patch:1.1
--- /dev/null	Tue Oct 16 18:27:41 2007
+++ SOURCES/geninitrd-typo.patch	Tue Oct 16 18:27:36 2007
@@ -0,0 +1,11 @@
+--- geninitrd-8812/geninitrd~	2007-10-16 19:24:10.000000000 +0300
++++ geninitrd-8812/geninitrd	2007-10-16 19:24:46.626610800 +0300
+@@ -96,7 +96,7 @@
+ 
+ # aborts program abnormally
+ die() {
+-	local rc={$2:-1}
++	local rc=${2:-1}
+ 	echo >&2 "$PROGRAM: ERROR: $1"
+ 	exit $rc
+ }
================================================================


More information about the pld-cvs-commit mailing list