aboutsummaryrefslogtreecommitdiffstats
path: root/menu
diff options
context:
space:
mode:
Diffstat (limited to 'menu')
-rwxr-xr-xmenu/menustyle.csh1
-rwxr-xr-xmenu/menustyle.sh2
2 files changed, 0 insertions, 3 deletions
diff --git a/menu/menustyle.csh b/menu/menustyle.csh
index da29e20..74776db 100755
--- a/menu/menustyle.csh
+++ b/menu/menustyle.csh
@@ -1,4 +1,3 @@
-#!/bin/csh
if ($META_CLASS == desktop ) then
set MDV_MENU_STYLE=discovery
else
diff --git a/menu/menustyle.sh b/menu/menustyle.sh
index ba46289..e1b5051 100755
--- a/menu/menustyle.sh
+++ b/menu/menustyle.sh
@@ -1,5 +1,3 @@
-#!/bin/sh
-
if [ "$META_CLASS" = "desktop" ]; then
MDV_MENU_STYLE=discovery
else