ed9cdc8090
bugfixes, many new features, improved stability and performance.
13 lines
474 B
Text
13 lines
474 B
Text
$NetBSD: patch-protocols_winpopup_winpopup-install,v 1.1 2013/11/07 13:03:07 markd Exp $
|
|
|
|
--- protocols/winpopup/winpopup-install.orig 2009-10-18 22:56:13.000000000 +0000
|
|
+++ protocols/winpopup/winpopup-install
|
|
@@ -11,7 +11,7 @@ else
|
|
fi
|
|
|
|
# Check if winpopup-send exist
|
|
-if [ "$WPSEND" == "" ] || [ ! -f "$WPSEND" ]; then
|
|
+if [ "$WPSEND" = "" ] || [ ! -f "$WPSEND" ]; then
|
|
echo "Cant find script winpopup-send"
|
|
echo "Run: $0 <script winpopup-send with path>"
|
|
exit 1
|