From 8983c802c1ddf205a1a0d38debf51d3c18b7ab4a Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 8 Jan 2016 21:27:22 +0100 Subject: [PATCH] example.sh: fix go to appropriate dir --- example.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.sh b/example.sh index 385283d..e167f03 100644 --- a/example.sh +++ b/example.sh @@ -34,10 +34,11 @@ done | sort -n -k 1 | cut -f 2- -d ' ' | xargs stagit-index | \ sed 's@Last commit@Last commit@g' | \ sed 's@Name@Name@g' > "${curdir}/index-time.html" +cd "${reposdir}" + # make files per repo. find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do d=$(basename "${dir}") - printf "%s..." "${d}" cd "${curdir}" -- 2.30.2