]> git.pld-linux.org Git - packages/browser-plugins.git/blobdiff - browser-plugins-update.sh
- correct error message
[packages/browser-plugins.git] / 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
-               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"
This page took 0.172713 seconds and 4 git commands to generate.