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
15 lines
180 B
Bash
Executable File
15 lines
180 B
Bash
Executable File
#! /bin/sh
|
|
|
|
./dsetexample
|
|
./fileexample
|
|
./rwdsetexample
|
|
./attrexample
|
|
./groupexample
|
|
./grpsexample
|
|
./grpdsetexample
|
|
./hyperslab
|
|
./selectele
|
|
./grpit
|
|
./refobjexample
|
|
./refregexample
|