]> git.armaanb.net Git - stagit.git/commitdiff
tiny whitespace fix
authorHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 5 Jan 2016 21:32:11 +0000 (22:32 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 5 Jan 2016 21:32:11 +0000 (22:32 +0100)
example.sh

index 12e92c79602a89bea255361abc53455855f43304..1824dc3b99f8c5cc61f942f0b6e1287c67fa9610 100644 (file)
@@ -28,7 +28,7 @@ find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do
 
        printf "%s..." "${d}"
        cd "${curdir}"
-       
+
        test -d "${d}" || mkdir -p "${d}"
        cd "${d}"
        stagit "${reposdir}${d}"