aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/menu-scripts/ls.json.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/menu-scripts/ls.json.sh')
-rwxr-xr-xsrc-qt5/core/menu-scripts/ls.json.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/menu-scripts/ls.json.sh b/src-qt5/core/menu-scripts/ls.json.sh
index 43b0ead6..754a10d4 100755
--- a/src-qt5/core/menu-scripts/ls.json.sh
+++ b/src-qt5/core/menu-scripts/ls.json.sh
@@ -1,6 +1,6 @@
#!/bin/sh
DIR=${1}
-if [ "$1" == "" ] ; then
+if [ "$1" = "" ] ; then
DIR=`pwd`
fi
bgstack15