]> gitweb.michael.orlitzky.com - bash.d.git/commitdiff
sage.sh: pass args to sage-configure
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 19 Aug 2021 11:48:25 +0000 (07:48 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 19 Aug 2021 11:48:25 +0000 (07:48 -0400)
sage.sh

diff --git a/sage.sh b/sage.sh
index 33d7f5aba101309d8260c81627403955cd891336..d3c8811ac034a0c0043aff04039ba4b12991af9f 100644 (file)
--- a/sage.sh
+++ b/sage.sh
@@ -82,5 +82,6 @@ sage-configure() {
     --with-system-yasm=force \
     --with-system-xz=force \
     --with-system-zeromq=force \
     --with-system-yasm=force \
     --with-system-xz=force \
     --with-system-zeromq=force \
-    --with-system-zlib=force
+    --with-system-zlib=force \
+    "${@}"
 }
 }