Skip to content

Commit 9327ede

Browse files
committed
260228.101503.CST [skip ci] revise SEDI for FreeBSD
1 parent 4c7a05d commit 9327ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fortran/tests/tools/flsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LINALG="$DIR/common/linalg.f90"
77
#GET_INTRISIC_LINALG="$DIR/common/get_intrinsic_linalg"
88
#INTRINSIC_LINALG="$DIR/common/intrinsic_linalg.f90"
99

10-
if [[ "$(uname)" = "Darwin" ]] ; then
10+
if [[ "$(uname)" == Darwin || "$(uname)" == FreeBSD ]] ; then
1111
SEDI="sed -i ''"
1212
else
1313
SEDI="sed -i"

0 commit comments

Comments
 (0)