mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
d5bc992ba6
Closes PR: 53220
15 lines
274 B
Plaintext
15 lines
274 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Wed Jan 23 02:03:07 2002
|
|
+++ configure Wed Jun 25 18:58:36 2003
|
|
@@ -19,7 +19,7 @@
|
|
arch=`uname -s`
|
|
|
|
while [ -n "$1" ]; do
|
|
- e="`expr "$1" : '--\(.*=.*\)'`"
|
|
+ e=`expr "X$1" : 'X--\(.*=.*\)'`
|
|
if [ -z "$e" ]; then
|
|
cat<<EOF
|
|
Axel configure
|