summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-04 01:39:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-04 01:39:53 +0000
commit0143a934db88b4dac215a14f9c1c1cedd2999d6b (patch)
tree3b440ca5b8ae3397ca39af513579ac989f1bc12a /tools
parenta6e95d1e6f00ed34848416bf933aca1276cc9fdf (diff)
fix find(1) syntax when used for cleanup
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12166 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build-gtk-stack2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-gtk-stack b/tools/build-gtk-stack
index 9b7d47fc44..e9cf12ea07 100755
--- a/tools/build-gtk-stack
+++ b/tools/build-gtk-stack
@@ -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