projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8943ce
)
tiny whitespace fix
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Tue, 5 Jan 2016 21:32:11 +0000
(22:32 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Tue, 5 Jan 2016 21:32:11 +0000
(22:32 +0100)
example.sh
patch
|
blob
|
history
diff --git
a/example.sh
b/example.sh
index 12e92c79602a89bea255361abc53455855f43304..1824dc3b99f8c5cc61f942f0b6e1287c67fa9610 100644
(file)
--- 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}"