]> git.pld-linux.org Git - packages/geninitrd.git/blob - geninitrd-typo.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/geninitrd.git] / geninitrd-typo.patch
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.101294 seconds and 3 git commands to generate.