aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 083626d..2b24176 100755
--- a/test.sh
+++ b/test.sh
@@ -23,7 +23,7 @@ real="$( \
echo "Key analysis shows it's for ${real}"
-if [ "$found" == "$real" ] ; then
+if [ "$found" = "$real" ] ; then
echo "It's a match, I'm happy"
rm $key
rm $stderr