diff options
author | V.Krishn <vkrishn@insteps.net> | 2022-12-05 02:10:46 +0530 |
---|---|---|
committer | V.Krishn <vkrishn@insteps.net> | 2022-12-05 02:10:46 +0530 |
commit | 978fb82f149f8ff61471fac7d13e0f0129b3ffe4 (patch) | |
tree | 7f424a0924123dace040b70ab43df89a01547cec | |
parent | 847171aabdcda3a7673b6407b0271c3d839e2642 (diff) | |
download | nbreader-978fb82f149f8ff61471fac7d13e0f0129b3ffe4.tar.bz2 |
add end of commit msg
-rw-r--r-- | scripts/commit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/commit.sh b/scripts/commit.sh index 71599e4..c0a3e5c 100644 --- a/scripts/commit.sh +++ b/scripts/commit.sh @@ -40,6 +40,7 @@ commit_feeddir() { cd $FEEDSDIR printf "${cBBLUE}Committing -> ${act}:${cNORMAL} $RUNDIR/fetch/$epoch\n" + if [ x"$act" = 'xfetchicon' ]; then echo -e ${cBROWN}' ----'${cNORMAL}; fi # --- fossil --- # fossil addremove --dotfiles && fossil status # fossil --user knoppix commit --no-warnings -m "$commitmsg" |