[svn-r3374] Purpose:

Bug fix
Description:
    The /bin/csh shell was causing problems if you were using a different
    shell than csh (like bash). It couldn't find the compiler.
Solution:
    Changed to the more standard /bin/sh
Platforms tested:
    Linux
This commit is contained in:
Bill Wendling 2001-02-06 16:49:14 -05:00
parent f9a10498aa
commit b21c1e1deb

View File

@ -1,4 +1,5 @@
#!/bin/csh
#! /bin/sh
./dsetexample
./fileexample
./rwdsetexample