mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Monotone-Parent: 20deee0cbf590126b85d589df5d436d3cdb2c5cd
Monotone-Revision: 23027dc3b5425c0db8ae0a33c141a4f290d70959 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-05-21T18:59:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -40,10 +40,10 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -x $GNUSTEP_SYSTEM_ADMIN_TOOLS/sogod ]; then
|
||||
sogod="$GNUSTEP_SYSTEM_ADMIN_TOOLS/sogod"
|
||||
elif [ -x $GNUSTEP_LOCAL_ADMIN_TOOLS/sogod ]; then
|
||||
if [ -x $GNUSTEP_LOCAL_ADMIN_TOOLS/sogod ]; then
|
||||
sogod="$GNUSTEP_LOCAL_ADMIN_TOOLS/sogod"
|
||||
elif [ -x $GNUSTEP_SYSTEM_ADMIN_TOOLS/sogod ]; then
|
||||
sogod="$GNUSTEP_SYSTEM_ADMIN_TOOLS/sogod"
|
||||
else
|
||||
echo "Can't find sogod"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user