summaryrefslogtreecommitdiff
path: root/examples/printing
diff options
context:
space:
mode:
Diffstat (limited to 'examples/printing')
-rwxr-xr-xexamples/printing/smbprint4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/printing/smbprint b/examples/printing/smbprint
index 3d4b53f850a..375f29fdf79 100755
--- a/examples/printing/smbprint
+++ b/examples/printing/smbprint
@@ -81,7 +81,7 @@ if [ "x$password" = "x" ] ; then
password="-N"
fi
-if [ "x$username" == "x" ] ; then
+if [ "x$username" = "x" ] ; then
username="$server";
fi
@@ -143,7 +143,7 @@ else
else
set -x; exec >>$debugfile 2>&1
debugargs="$debugfile."
- #[ "x$debugsmb" == "x" ] || debugargs="$debugargs -d $debugsmb"
+ #[ "x$debugsmb" = "x" ] || debugargs="$debugargs -d $debugsmb"
fi
fi