diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-04 03:20:24 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-04 03:20:24 +0800 |
commit | 162c4d69f3f37c363a0e85bbe98f8691dfac510b (patch) | |
tree | 5c884f6337e128276ea42c24acb67a7788e1f46b | |
parent | 769ea87ada0a1c2fafc3a2578327910d12cac3a1 (diff) | |
download | gsoc2013-evolution-162c4d69f3f37c363a0e85bbe98f8691dfac510b.tar gsoc2013-evolution-162c4d69f3f37c363a0e85bbe98f8691dfac510b.tar.gz gsoc2013-evolution-162c4d69f3f37c363a0e85bbe98f8691dfac510b.tar.bz2 gsoc2013-evolution-162c4d69f3f37c363a0e85bbe98f8691dfac510b.tar.lz gsoc2013-evolution-162c4d69f3f37c363a0e85bbe98f8691dfac510b.tar.xz gsoc2013-evolution-162c4d69f3f37c363a0e85bbe98f8691dfac510b.tar.zst gsoc2013-evolution-162c4d69f3f37c363a0e85bbe98f8691dfac510b.zip |
Use type instead of which.
svn path=/trunk/; revision=4511
-rwxr-xr-x | tools/verify-evolution-install.sh | 2 |
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 |