diff options
Diffstat (limited to 'example_create.sh')
-rwxr-xr-x | example_create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_create.sh b/example_create.sh index aff7d54..cf16e1d 100755 --- a/example_create.sh +++ b/example_create.sh @@ -30,7 +30,7 @@ for dir in "${reposdir}/"*/; do printf "%s... " "${d}" mkdir -p "${curdir}/${d}" - cd "${curdir}/${d}" + cd "${curdir}/${d}" || continue stagit -c ".cache" "${reposdir}/${r}" # symlinks |