fix find(1) syntax when used for cleanup
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 4 May 2012 01:39:53 +0000 (01:39 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 4 May 2012 01:39:53 +0000 (01:39 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12166 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/build-gtk-stack

index 9b7d47fc4449270b8a36a04bb749b354be2f6117..e9cf12ea075f7d21388866523760875fe3e5b123 100755 (executable)
@@ -48,7 +48,7 @@ if [ $clean ] ; then
         echo "This doesn't appear to be your source directory. Don't run --clean here."
         exit 1
     fi
-    rm -rf `find -maxdepth 1 -type d | grep -v -e "gtk+" -e "^.$"`
+    rm -rf `find -maxdepth 1 -type d | grep -v -e "gtk+" -e "^.$"`
     pushd gtk+
     if [ -e Makefile -a Makefile -nt configure ] ; then
         make clean