Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4311e598787e41c7ebcb701d10dc0902bda19dc7

commit 4311e598787e41c7ebcb701d10dc0902bda19dc7
Author: Priyank <[EMAIL PROTECTED]>
Date:   Wed Sep 5 18:14:13 2007 +0530

util.sh: allow multiple words in _F_desktop_exec

diff --git a/source/include/util.sh b/source/include/util.sh
index 50fdd03..721d601 100644
--- a/source/include/util.sh
+++ b/source/include/util.sh
@@ -884,8 +884,8 @@ Fdesktop2()
dicon=$_F_desktop_icon
fi

-       if [ ! -z $_F_desktop_exec ] ; then
-               dexec=$_F_desktop_exec
+       if [ ! -z "$_F_desktop_exec" ] ; then
+               dexec="$_F_desktop_exec"
else
dexec=$pkgname
fi
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to