diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /netkit-base/netkit-base-0.17/configure.patch | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'netkit-base/netkit-base-0.17/configure.patch')
-rw-r--r-- | netkit-base/netkit-base-0.17/configure.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/netkit-base/netkit-base-0.17/configure.patch b/netkit-base/netkit-base-0.17/configure.patch index e69de29bb2..8bddc21151 100644 --- a/netkit-base/netkit-base-0.17/configure.patch +++ b/netkit-base/netkit-base-0.17/configure.patch @@ -0,0 +1,12 @@ +diff -urNd netkit-base-0.17/configure netkit-base-0.17-new/configure +--- netkit-base-0.17/configure 2000-07-29 13:00:28.000000000 -0500 ++++ netkit-base-0.17-new/configure 2002-10-02 14:06:12.000000000 -0500 +@@ -13,7 +13,7 @@ + MANMODE='644' + SUIDMODE='4755' + +-while [ x$1 != x ]; do case $1 in ++while [ x"$1" != x ]; do case $1 in + + --help) + cat <<EOF |