diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-09 21:01:14 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-09 21:01:14 +0200 |
| commit | 2224feded285bfd2b833f73a287fa5d9ea8a49d4 (patch) | |
| tree | a59b9c7af311666478f29b0a7fbff83915156e98 | |
| parent | 40f27f362e72d8fb3507e54312f969082b3bacf3 (diff) | |
refactor0.4.0
| -rwxr-xr-x | src/photoalbum.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/photoalbum.sh b/src/photoalbum.sh index 65d3911..d023864 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -115,8 +115,8 @@ function albumhtml() { fi done - template footer $(cd "${DIST_DIR}/${html_dir}";ls -t page-*.html | - head -n 1) "${DIST_DIR}/${html_dir}" + template footer \ + $(cd "${DIST_DIR}/${html_dir}";ls -t page-*.html | head -n 1) cd "${DIST_DIR}/${html_dir}" && ls *.html | grep -v page- | cut -d'-' -f1 | uniq | while read prefix; do |
