diff options
Diffstat (limited to 'include/tree.sh')
| -rw-r--r-- | include/tree.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tree.sh b/include/tree.sh index df03333f..6afba6f4 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -177,7 +177,8 @@ check_project_hashes()  {  	old_pjhash="" && x_ mkdir -p "$XBMK_CACHE/hash"  	[ ! -f "$XBMK_CACHE/hash/$project$tree" ] || \ -	    read -r old_pjhash < "$XBMK_CACHE/hash/$project$tree" +	    read -r old_pjhash < "$XBMK_CACHE/hash/$project$tree" || \ +	    err "old_pjhash: Can't read '$XBMK_CACHE/hash/$project$tree'"  	fx_ "x_ sha512sum" find "$datadir" "$configdir/$tree" "$mdir" \  	    -type f -not -path "*/.git*/*" | awk '{print $1}' > \  | 
