Bug 384304 - "/usr/bin/firefox is not able to handle symlinks due to error in script" (handle mail, sunbird, and xulrunner, too) [p=hmontoliu@ubuntu.com (H. Montoliu) r=cls a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-01-07 15:17:05 -08:00
Родитель 4d408e61cb
Коммит 0a08fd3929
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@
#
# ***** END LICENSE BLOCK *****
## $Id: mozilla.in,v 1.3 2005/09/20 21:11:37 dbaron%dbaron.org Exp $
## $Id: mozilla.in,v 1.4 2008/01/07 23:17:05 reed%reedloden.com Exp $
##
## Usage:
##
@ -112,6 +112,7 @@ else
bn=`basename "$progname"`
cd `dirname "$progname"`
progname=`/bin/ls -l "$bn" | sed -e 's/^.* -> //' `
progbase=`basename "$progname"`
if [ ! -x "$progname" ]; then
break
fi