From 6f7d23c5ea7137301e7302fe1123d7d2eef98d94 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 5 Jan 2016 22:32:11 +0100 Subject: tiny whitespace fix --- example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example.sh') diff --git a/example.sh b/example.sh index 12e92c7..1824dc3 100644 --- a/example.sh +++ b/example.sh @@ -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}" -- cgit v1.2.3-54-g00ecf