From: Elan Ruusamäe Date: Wed, 28 Feb 2007 08:43:59 +0000 (+0000) Subject: - correct error message X-Git-Tag: auto/th/browser-plugins-2_0_1-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbrowser-plugins.git;a=commitdiff_plain;h=5713eebd101a862529b9cc4f366f5c3fef83565d - correct error message Changed files: browser-plugins-update.sh -> 1.7 --- diff --git a/browser-plugins-update.sh b/browser-plugins-update.sh index 6747036..49a807a 100644 --- a/browser-plugins-update.sh +++ b/browser-plugins-update.sh @@ -85,7 +85,7 @@ browserplugindir() { local dir dir=$(readlink "$browsersdir/$browser") if [ ! -d "$dir" -o -z "$dir" ]; then - echo >&2 "$0: ERROR: browser plugin dir pointing to nowhere for $browser!" + echo >&2 "$0: ERROR: could not resolve plugindir for $browser" exit 1 fi echo "$dir"