summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/codingstyle.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/codingstyle.sh b/scripts/codingstyle.sh
index bb3add49..d13e84c0 100644
--- a/scripts/codingstyle.sh
+++ b/scripts/codingstyle.sh
@@ -18,7 +18,7 @@
# ...
# }
#
-# I like this way, for me more readable.
+# I like this way, for me more readable. :)
#
# Kdelibs coding style is defined in http://techbase.kde.org/Policies/Kdelibs_Coding_Style
@@ -42,7 +42,7 @@ astyle \
`find -type f -name '*.cpp'` `find -type f -name '*.h'`
echo "Removing .orig files..."
-rm *.orig
+rm *.orig */*.orig
echo "Done!"