diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-04-16 17:45:08 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-04-16 17:45:08 +0200 |
commit | e4bf122fcf9862e922d611b51606a771d0de6b5c (patch) | |
tree | 7b679e809d785ffdd51d261e16f0024d7a7ee04f /bashrc/main.sh | |
parent | 90ea8c82366a9215857f40d585f767c77a8cb7ff (diff) | |
download | dotfiles-e4bf122fcf9862e922d611b51606a771d0de6b5c.tar.gz dotfiles-e4bf122fcf9862e922d611b51606a771d0de6b5c.tar.xz dotfiles-e4bf122fcf9862e922d611b51606a771d0de6b5c.zip |
do not update the mapping checksum after merge
do not update the mapping checksum after merge, so that the old checksum stay
there until executing godot.sh again
Diffstat (limited to 'bashrc/main.sh')
-rw-r--r-- | bashrc/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/main.sh b/bashrc/main.sh index 51318cf..24f30f9 100644 --- a/bashrc/main.sh +++ b/bashrc/main.sh @@ -29,8 +29,8 @@ _self_update() { fi else echo -e "\033[33m*\033[0m symlink mapping checksum not found" + echo -e "\033[33m*\033[0m Maybe you should execute godot.sh again." fi - md5sum symlink-mapping > management/symlinks.md5 popd &>/dev/null exec $SHELL |