From: Elan Ruusamäe Date: Tue, 28 Sep 2010 19:33:50 +0000 (+0000) Subject: - i belive that was typo X-Git-Url: http://git.pld-linux.org/?p=packages%2Fchromium-browser-bin.git;a=commitdiff_plain;h=3ae8864035b7a11c032bf82b647b2f10718c3d88 - i belive that was typo Changed files: update-source.sh -> 1.16 --- diff --git a/update-source.sh b/update-source.sh index 902fe38..6c6b276 100644 --- a/update-source.sh +++ b/update-source.sh @@ -66,7 +66,7 @@ if [ "$oldrev" != "$rev" ]; then # revno => VERSION hint by Caleb Maclennan wget -q -O VERSION.sh http://src.chromium.org/viewvc/chrome/trunk/src/chrome/VERSION?revision=$rev if grep -Ev '^(MAJOR|MINOR|BUILD|PATCH)=[0-9]+$' VERSION.sh >&2; then - echo >&2 "I refuse to execute grabbed file for security concerns" + echo >&2 "I refuse to execute garbled file for security concerns" exit 1 fi . ./VERSION.sh