mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
Please take a look at CHANGES after QS extract, online changelog is broken. Submitted by: garga Reported by: William Olson
11 lines
407 B
Text
11 lines
407 B
Text
--- configure.old 2012-05-25 16:16:34.000000000 -0300
|
|
+++ configure 2012-05-25 16:16:51.000000000 -0300
|
|
@@ -817,7 +817,7 @@
|
|
UNZIP_OPTIONS=""
|
|
fi
|
|
#Now check we can get filesizes out
|
|
- EE=`unzip -Ptest -lv contrib/test_password.zip 2>&1|egrep '80688.*test/ls'`
|
|
+ EE=`unzip -lv contrib/test_password.zip 2>&1|egrep '80688.*test/ls'`
|
|
if [ "$EE" = "" ]; then
|
|
echo "**FATAL ERROR ***"
|
|
echo ""
|