From 169dc8b3c1f3fe408416e338cb6e33e4b963f263 Mon Sep 17 00:00:00 2001 From: Jared Ballou Date: Tue, 19 Jan 2016 03:58:38 -0500 Subject: [PATCH] More hash updates --- functions/github_hash.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/github_hash.sh b/functions/github_hash.sh index ce6afcdbe..15d9ff33c 100755 --- a/functions/github_hash.sh +++ b/functions/github_hash.sh @@ -71,8 +71,7 @@ fn_check_github_files(){ repofile=$(echo $file | sed -e "s|${1}[/]*||g") githash=$(grep "^$repofile " $manifest 2>/dev/null| cut -d" " -f2) if [ "${githash}" == "" ]; then - continue - #echo "Can't find ${repofile} in git!" + echo "Can't find ${repofile} in git!" elif [ "${myhash}" != "${githash}" ]; then #echo "Would fetch ${repofile}: have ${myhash}, expected ${githash}" fn_getgithubfile "${file}" 0 "${repofile}" 1