From e4bf122fcf9862e922d611b51606a771d0de6b5c Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 16 Apr 2009 17:45:08 +0200 Subject: 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 --- bashrc/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') 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 -- cgit v1.2.3