]> git.pld-linux.org Git - packages/geninitrd.git/blame - geninitrd-typo.patch
- typo
[packages/geninitrd.git] / geninitrd-typo.patch
CommitLineData
0c2373a4
ER
1--- geninitrd-8812/geninitrd~ 2007-10-16 19:24:10.000000000 +0300
2+++ geninitrd-8812/geninitrd 2007-10-16 19:24:46.626610800 +0300
3@@ -96,7 +96,7 @@
4
5 # aborts program abnormally
6 die() {
7- local rc={$2:-1}
8+ local rc=${2:-1}
9 echo >&2 "$PROGRAM: ERROR: $1"
10 exit $rc
11 }
This page took 0.08338 seconds and 4 git commands to generate.