tiny whitespace fix

This commit is contained in:
Hiltjo Posthuma 2016-01-05 22:32:11 +01:00
parent a8943ce1f8
commit 6f7d23c5ea

View 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}"