summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-08-07 13:41:11 +0200
committerLuca Barbieri <luca@luca-barbieri.com>2010-08-07 13:41:11 +0200
commit1a06082ebd14ef09952265ddfa6874ae97a0ddd5 (patch)
tree483bb138edd7f872f131ae0f0568671f951b2013
parentc2bf6e7ba6c77b345fe1394d90e2e53d0f0c964c (diff)
fix nvdump scriptHEADmaster
-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