aboutsummaryrefslogtreecommitdiffstats
path: root/msec.csh
diff options
context:
space:
mode:
authorFlorin Grad <florin@mandriva.com>2001-10-03 12:58:08 +0000
committerFlorin Grad <florin@mandriva.com>2001-10-03 12:58:08 +0000
commit1e5e37d7c3d1500d0125d167a4debae403ae73b4 (patch)
tree40e5c2bce45dfc6f5e580b75da6bf5900e1827f8 /msec.csh
parent6650966c94a9089988a2c8bf36c861fdf27f37e7 (diff)
downloadmsec-1e5e37d7c3d1500d0125d167a4debae403ae73b4.tar
msec-1e5e37d7c3d1500d0125d167a4debae403ae73b4.tar.gz
msec-1e5e37d7c3d1500d0125d167a4debae403ae73b4.tar.bz2
msec-1e5e37d7c3d1500d0125d167a4debae403ae73b4.tar.xz
msec-1e5e37d7c3d1500d0125d167a4debae403ae73b4.zip
first add
Diffstat (limited to 'msec.csh')
-rwxr-xr-xmsec.csh7
1 files changed, 7 insertions, 0 deletions
diff --git a/msec.csh b/msec.csh
new file mode 100755
index 0000000..f3a12b5
--- /dev/null
+++ b/msec.csh
@@ -0,0 +1,7 @@
+if ! { (echo "${PATH}" | grep -q /usr/X11R6/bin) } then
+ setenv PATH "${PATH}:/usr/X11R6/bin"
+endif
+
+if ! { (echo "${PATH}" | grep -q /usr/games) } then
+ setenv PATH "${PATH}:/usr/games"
+endif