such as this: *** NSPlugin Viewer *** WARNING: unhandled variable 18 (<unknown variable>) in NPN_GetValue() See the following URL for more information: https://wiki.mozilla.org/Plugins:PrivateMode - Replace a trivial shell script with our own version.
5 lines
112 B
Bash
5 lines
112 B
Bash
#!/bin/sh
|
|
TARGET_OS=linux
|
|
TARGET_ARCH=i386
|
|
ulimit -s 32768 2>/dev/null
|
|
. %%NSPLUGINWRAPPER%%/noarch/npviewer.sh
|