mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Corrected an issue where run_diskless2.sh was not properly configured.
This commit is contained in:
parent
e1ff8f9873
commit
f8c7df70b3
@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||||
. ../test_common.sh
|
||||
|
||||
set -e
|
||||
|
||||
# Get the target OS and CPU
|
||||
|
Loading…
Reference in New Issue
Block a user