stagit

tiny whitespace fix

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 0d2a9fb parent: 3922303
1 files changed, 1 insertions(+), 1 deletions(-)
Mexample.sh+1-1
M · example.sh +1, -1
1@@ -28,7 +28,7 @@ find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do
2 
3 	printf "%s..." "${d}"
4 	cd "${curdir}"
5-	
6+
7 	test -d "${d}" || mkdir -p "${d}"
8 	cd "${d}"
9 	stagit "${reposdir}${d}"