From 3ae8864035b7a11c032bf82b647b2f10718c3d88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 28 Sep 2010 19:33:50 +0000 Subject: [PATCH] - i belive that was typo Changed files: update-source.sh -> 1.16 --- update-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0