From: Michael Orlitzky Date: Thu, 19 Aug 2021 11:48:25 +0000 (-0400) Subject: sage.sh: pass args to sage-configure X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=ec168dae7b68f19d6c6cd813574b4f4dfa935e1b sage.sh: pass args to sage-configure --- diff --git a/sage.sh b/sage.sh index 33d7f5a..d3c8811 100644 --- 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 \ + "${@}" }