aboutsummaryrefslogtreecommitdiff
blob: 1ec036b146df2c9dd0f8c4199d15e7d422954cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- CDFPlayer_9.0.1_LINUX.sh
+++ CDFPlayer_9.0.1_LINUX.sh
@@ -261,11 +261,11 @@
                     fi
                 done
                 chmod a+x $0 || echo Please add execution rights on $0
-                if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal!
-                    exec $XTERM -title "$label" -e "$0" --xwin "$@"
-                else
-                    exec $XTERM -title "$label" -e "./$0" --xwin "$@"
-                fi
+                #if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal!
+                #    exec $XTERM -title "$label" -e "$0" --xwin "$@"
+                #else
+                #    exec $XTERM -title "$label" -e "./$0" --xwin "$@"
+                #fi
             fi
         fi
     fi