aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/verify-evolution-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/verify-evolution-install.sh b/tools/verify-evolution-install.sh
index 7bfcb1cb5b..00485463a1 100755
--- a/tools/verify-evolution-install.sh
+++ b/tools/verify-evolution-install.sh
@@ -424,7 +424,7 @@ check_oafinfo oafd oaf
check_config GCONF_CONFIG gconf-config GConf
check_prefix GCONF_CONFIG GConf
versionparse2 "`$GCONF_CONFIG --version`" "0.5" GConf
-if which gconfd-1 </dev/null >/dev/null 2>/dev/null; then
+if type gconfd-1 </dev/null >/dev/null 2>/dev/null; then
check_oafinfo gconfd-1 GConf
check_bin gconfd-1
else