mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
b21c1e1deb
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
|