fix: get in pullsrc

This commit is contained in:
boypt
2024-02-27 10:59:42 +08:00
parent 6e30f23f9e
commit eba8ccf6c1

View File

@@ -49,7 +49,7 @@ if [[ ! -f $ASKPASSSRC ]]; then
echo "!!! Please download $ASKPASSSRC in $PWD by yourself." echo "!!! Please download $ASKPASSSRC in $PWD by yourself."
fi fi
if [[ $(./compile.sh GETEL) == "el5" ]]; then if [[ $($__dir/compile.sh GETEL) == "el5" ]]; then
echo Get: $PERLMIR/$PERLSRC echo Get: $PERLMIR/$PERLSRC
wget --no-check-certificate $PERLMIR/$PERLSRC || \ wget --no-check-certificate $PERLMIR/$PERLSRC || \
echo "!!! Please download $PERLSRC in $PWD by yourself." echo "!!! Please download $PERLSRC in $PWD by yourself."