summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pcsx2-qt.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/pcsx2-qt.sh b/pcsx2-qt.sh
index 8bc2a6d19839..666b9521a064 100644
--- a/pcsx2-qt.sh
+++ b/pcsx2-qt.sh
@@ -1,3 +1,2 @@
-#/usr/bin/bash
-/opt/pcsx2/pcsx2-qt $@
-
+#!/usr/bin/bash
+/opt/pcsx2/pcsx2-qt "$@" \ No newline at end of file