diff options
-rw-r--r-- | user/autoconf2.13/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/autoconf2.13/APKBUILD b/user/autoconf2.13/APKBUILD index 29222ea87..6296d236a 100644 --- a/user/autoconf2.13/APKBUILD +++ b/user/autoconf2.13/APKBUILD @@ -26,7 +26,7 @@ build() { } check() { - F77=gfortran make check + F77=gfortran SHELL=/bin/sh make check } package() { |