]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/fortran/test.bash
*.bash: always use the same string equality operator
[gostls13.git] / misc / cgo / fortran / test.bash
index 3d1bc9de8e9fd03f243346abe3822237aca3ff9d..1e0d59ea1c6a9f88bc3d59f3769e6ef8002164b6 100755 (executable)
@@ -12,7 +12,7 @@ FC=$1
 goos=$(go env GOOS)
 
 libext="so"
-if [ "$goos" == "darwin" ]; then
+if [ "$goos" = "darwin" ]; then
        libext="dylib"
 fi