mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Bug 362209. test -e not available in sh.
r=mconnor.
This commit is contained in:
parent
74312c8423
commit
ac884ab92f
@ -4880,7 +4880,7 @@ if test -z "$REAL_BRANDING_DIRECTORY"; then
|
||||
REAL_BRANDING_DIRECTORY=${MOZ_BUILD_APP}/branding/nightly
|
||||
fi
|
||||
|
||||
if test -e "$topsrcdir/$REAL_BRANDING_DIRECTORY/configure.sh"; then
|
||||
if test -f "$topsrcdir/$REAL_BRANDING_DIRECTORY/configure.sh"; then
|
||||
. "$topsrcdir/$REAL_BRANDING_DIRECTORY/configure.sh"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user