mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
fix for blocker bugt 57866 from kairo@kairo.at
sr=alecf, a=alecf (sheriff) to get the tree open
This commit is contained in:
parent
b9085a7535
commit
3d4d118cb5
@ -16,7 +16,7 @@
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
## $Id: mozilla,v 1.12 2002/03/05 08:43:53 seawood%netscape.com Exp $
|
||||
## $Id: mozilla,v 1.13 2002/03/05 19:19:04 alecf%netscape.com Exp $
|
||||
##
|
||||
## Usage:
|
||||
##
|
||||
@ -46,7 +46,7 @@ else
|
||||
progname=$0
|
||||
curdir=`dirname $progname`
|
||||
here=`/bin/pwd`
|
||||
until [ $found != 0 -a -L "$progname" ]; do
|
||||
until [ $found != 0 -a ! -L "$progname" ]; do
|
||||
run_moz="$curdir/run-mozilla.sh"
|
||||
if [ -x $run_moz ]; then
|
||||
dist_bin=$curdir
|
||||
|
Loading…
Reference in New Issue
Block a user