mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
f9a10498aa
commit
b21c1e1deb
@ -1,4 +1,5 @@
|
||||
#!/bin/csh
|
||||
#! /bin/sh
|
||||
|
||||
./dsetexample
|
||||
./fileexample
|
||||
./rwdsetexample
|
||||
|
Loading…
x
Reference in New Issue
Block a user