commit 5ad6f8d7cf5e2dbd6004b76fbdf3acc371f31673 parent 9794d54e62cc0ed1c6b511c2c042c6dce8affb83 Author: Michael Savage <mikejsavage@gmail.com> Date: Sun, 16 Sep 2018 15:04:03 +0300 . Diffstat:
M | local/find_stagits.lua | | | 2 | +- |
M | local/hooks/repo-specific/redo-all-stagit | | | 1 | + |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/local/find_stagits.lua b/local/find_stagits.lua @@ -17,4 +17,4 @@ end f:close() -print( table.concat( cmd, " " ) ) +print( table.concat( cmd, "\n" ) ) diff --git a/local/hooks/repo-specific/redo-all-stagit b/local/hooks/repo-specific/redo-all-stagit @@ -1,5 +1,6 @@ #! /bin/sh +env for d in "$($GL_ADMIN_BASE/local/find_stagits.lua)"; do cd "$d"