diff --git a/bin/dunecontrol b/bin/dunecontrol index 24ba0cb73ddf33edfbadaf7ccb5b36b73f949f9f..b8d222a97f03297d1b08e8e72a0477745708f21d 100755 --- a/bin/dunecontrol +++ b/bin/dunecontrol @@ -716,7 +716,7 @@ run_default_configure () { SRCDIR="$PWD" cd "$ABS_BUILDDIR" # check for libtool libs, which might break modules depending on this module - test -n "`find -name \*.la`" && \ + test -n "`find . -name \*.la`" && \ echo "Error: your build directory $ABS_BUILDDIR contains libtool built libraries, please cleanup" && \ exit 1 echo "$PREPARAMS $CMAKE -DCMAKE_MODULE_PATH=\"$CMAKE_MODULE_PATH\" $CMAKE_PARAMS $CMAKE_FLAGS \"$SRCDIR\""