Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=69cf0c1743af6d69bbdad11fdfc5a0ede756bef7

commit 69cf0c1743af6d69bbdad11fdfc5a0ede756bef7
Author: András Vöröskői <voros...@frugalware.org>
Date:   Sun Jun 14 22:04:09 2009 +0200

typo, sry

diff --git a/scripts/makepkg b/scripts/makepkg
index 05cb254..349c123 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -96,7 +96,7 @@ Fextract() {
if [ "$cmd" != "" ]; then
msg2 "$cmd"
$cmd
-               ret = $?
+               ret=$?
if [ $ret -ne 0 ]; then
# unzip will return a 1 as a warning, it is not an error
if [ "$unziphack" != "1" -o $ret -ne 1 ]; then
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to