This commit is contained in:
@@ -25,13 +25,6 @@ incorporates useful features from the Korn shell (ksh) and the C shell
|
||||
(csh). Most sh scripts can be run by bash without modification.
|
||||
|
||||
%prep
|
||||
token=${ACCESSKEY:-}
|
||||
if [ -n "$token" ]; then
|
||||
curl -L \
|
||||
-H "Authorization: token $token" \
|
||||
-o %{_topdir}/SOURCES/bash-%{version}.tar.gz \
|
||||
"https://gitea.psi.ch/Pmodules/bash/archive/bash-%{version}.tar.gz"
|
||||
fi
|
||||
%setup -q -n bash-%{version}
|
||||
|
||||
%build
|
||||
|
||||
Reference in New Issue
Block a user