This is an automated email from the git hooks/post-receive script. terceiro pushed a commit to branch master in repository devscripts.
commit 7eb6e3ea9fddd2ee667b254727d94bbc3afd809b Author: Antonio Terceiro <[email protected]> Date: Thu Dec 1 10:59:33 2016 -0200 fix inconsistent indentation --- scripts/debclean.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/debclean.sh b/scripts/debclean.sh index 0503cf9..5338442 100755 --- a/scripts/debclean.sh +++ b/scripts/debclean.sh @@ -162,9 +162,9 @@ fi OPWD="`pwd`" if [ -d debian/changelog ]; then - directories=./debian + directories=./debian else - directories=$(find . -type d -name "debian") + directories=$(find . -type d -name "debian") fi for i in $directories; do -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
