]> gitweb.michael.orlitzky.com - bash.d.git/blobdiff - sage.sh
sage.sh: pass args to sage-configure
[bash.d.git] / 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-zlib=force
+    --with-system-zlib=force \
+    "${@}"
 }