View | Details | Raw Unified | Return to bug 205754 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +6 lines)
Lines 3-4 Link Here
3
# We need md5sum, diff and wget
3
# We need md5, diff and wget
4
MD5SUM=`which md5sum 2>/dev/null`
4
MD5SUM=`which md5 2>/dev/null`
5
--
Line 7 Link Here
7
    echo "md5sum not found in PATH, can't continue"
7
    echo "md5 not found in PATH, can't continue"
8
--
Line 23 Link Here
23
# md5sum output parsing need a known locale
23
# output parsing need a known locale
24
--
Line 62 Link Here
62
TOUPDATE=`md5sum -c $MYTMP/MD5SUMS 2>/dev/null | grep FAILED | cut -d: -f1`
62
TOUPDATE=`$MD5SUM -c $MYTMP/MD5SUMS 2>/dev/null | grep FAILED | cut -d: -f1`
63
--
Line 88 Link Here
88
md5sum -c MD5SUMS >/dev/null 2>/dev/null
88
$MD5SUM -c MD5SUMS >/dev/null 2>/dev/null
89
--

Return to bug 205754