From d013644c65b469e8c438d48dbe8ffbb6a4a72a22 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 10 Dec 2012 17:37:43 +0100 Subject: [PATCH] Minor update --- extra/shutils/blanks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/shutils/blanks.sh b/extra/shutils/blanks.sh index 43aaee77a..d95d8dad7 100755 --- a/extra/shutils/blanks.sh +++ b/extra/shutils/blanks.sh @@ -4,4 +4,4 @@ # See the file 'doc/COPYING' for copying permission # Removes trailing spaces from blank lines inside project files -find ../../. -type f -iname '*.py' -exec sed -i 's/^[ \t]*$//' {} \; +find . -type f -iname '*.py' -exec sed -i 's/^[ \t]*$//' {} \;