diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/axel/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/axel/files/patch-aa b/ftp/axel/files/patch-aa new file mode 100644 index 000000000000..d639cfd077f6 --- /dev/null +++ b/ftp/axel/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Sun Oct 20 13:53:37 2002 ++++ configure Sun Oct 20 13:53:43 2002 +@@ -19,7 +19,7 @@ + arch=`uname -s` + + while [ -n "$1" ]; do +- e="`expr "$1" : '--\(.*=.*\)'`" ++ e="`expr -- "$1" : '--\(.*=.*\)'`" + if [ -z "$e" ]; then + cat<<EOF + Axel configure |