Revert "patch more_set_prog_path"

This reverts commit b2fcff900d.

This snuck in unintentionally due to my weak git-fu,
and was breaking things.
This commit is contained in:
Eric Sandeen
2009-04-23 12:42:32 -05:00
parent b07db198e9
commit 7c75dff3dd
11 changed files with 84 additions and 91 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ _require_quota()
{
src/feature -q $TEST_DEV
[ $? -ne 0 ] && _notrun "Installed kernel does not support XFS quota"
[ -x $XFS_QUOTA_PROG ] || _notrun "Quota user tools not installed"
[ -x /usr/sbin/xfs_quota ] || _notrun "Quota user tools not installed"
}
#