aboutsummaryrefslogtreecommitdiffstats
path: root/example.sh
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2016-01-05 22:32:11 +0100
committerHiltjo Posthuma <[email protected]>2016-01-05 22:32:11 +0100
commit6f7d23c5ea7137301e7302fe1123d7d2eef98d94 (patch)
treeeb00eb1399fe3352e3d6d9bb8375025faae50834 /example.sh
parenta8943ce1f85bb1970b5fad3c91a514505da2946a (diff)
downloadstagit-6f7d23c5ea7137301e7302fe1123d7d2eef98d94.tar.gz
stagit-6f7d23c5ea7137301e7302fe1123d7d2eef98d94.zip
tiny whitespace fix
Diffstat (limited to '')
-rw-r--r--example.sh2
1 files changed, 1 insertions, 1 deletions
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}"