[devscripts] 01/01: fix inconsistent indentation
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Dec 1 12:59:53 UTC 2016
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 <terceiro at debian.org>
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
More information about the devscripts-devel
mailing list