]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Oct 2007 16:27:36 +0000 (16:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd-typo.patch -> 1.1

geninitrd-typo.patch [new file with mode: 0644]

diff --git a/geninitrd-typo.patch b/geninitrd-typo.patch
new file mode 100644 (file)
index 0000000..62ac1e2
--- /dev/null
@@ -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
+ }
This page took 0.067875 seconds and 4 git commands to generate.