]> git.pld-linux.org Git - packages/klibc.git/blob - klibc-ksh-quotation.patch
- build shared binaries by default.
[packages/klibc.git] / klibc-ksh-quotation.patch
1 --- klibc-0.193/ash/mkinit.sh.orig      2004-12-12 19:02:12.000000000 +0100
2 +++ klibc-0.193/ash/mkinit.sh   2004-12-12 19:41:26.328715408 +0100
3 @@ -88,7 +88,7 @@
4                         IFS='   '
5                         set -- $line
6                         # Ignore those with arguments
7 -                       [ "$2" = "${2##*(}" ] || continue
8 +                       [ "$2" = "${2##*\(}" ] || continue
9                         # and multiline definitions
10                         [ "$line" = "${line%\\}" ] || continue
11                         defines="${defines}#undef  $2${nl}${line}${nl}"
This page took 0.052893 seconds and 3 git commands to generate.