]> git.pld-linux.org Git - packages/browser-plugins.git/commitdiff
- correct error message auto/th/browser-plugins-2_0_1-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Feb 2007 08:43:59 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    browser-plugins-update.sh -> 1.7

browser-plugins-update.sh

index 6747036d1a057313c073fdaa7e8d46937726d4ed..49a807a5d974dc675192969524f2dd48e0bd670c 100644 (file)
@@ -85,7 +85,7 @@ browserplugindir() {
        local dir
        dir=$(readlink "$browsersdir/$browser")
        if [ ! -d "$dir" -o -z "$dir" ]; then
        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"
                exit 1
        fi
        echo "$dir"
This page took 0.043711 seconds and 4 git commands to generate.