diff options
Diffstat (limited to 'tools/config-gen')
-rwxr-xr-x | tools/config-gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config-gen b/tools/config-gen index 720c5a7dd..72cefc9bc 100755 --- a/tools/config-gen +++ b/tools/config-gen @@ -3,7 +3,7 @@ # Copyright (C) 2011 Karel Zak <kzak@redhat.com> # -test -f mount/mount.c || { +test -f sys-utils/mount.c || { echo echo "You must run this script in the top-level util-linux directory" echo |