summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnvdump2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvdump b/nvdump
index a062326..e025d21 100755
--- a/nvdump
+++ b/nvdump
@@ -9,7 +9,7 @@ if glxinfo 2>/dev/null|grep -q 'OpenGL vendor string: NVIDIA Corporation'; then
export LD_PRELOAD=libnvdump.so
fi
-if "$1" == "-n"; then
+if test "$1" == "-n"; then
# Nouveau-only for now
export NOUVEAU_NO_SUBMIT=1
shift