From 732828bd9bd5f19313636fd83b2dd2b6af641a0b Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 21 May 2009 18:59:12 +0000 Subject: [PATCH] Monotone-Parent: 20deee0cbf590126b85d589df5d436d3cdb2c5cd Monotone-Revision: 23027dc3b5425c0db8ae0a33c141a4f290d70959 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-05-21T18:59:12 Monotone-Branch: ca.inverse.sogo --- Scripts/sogod-wrapper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/sogod-wrapper b/Scripts/sogod-wrapper index 114a9fe97..f834e7f98 100755 --- a/Scripts/sogod-wrapper +++ b/Scripts/sogod-wrapper @@ -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