Merge remote-tracking branch 'remotes/origin/dev' into issue/749

This commit is contained in:
m0duspwnens
2020-05-27 12:30:40 -04:00
3 changed files with 18 additions and 1 deletions

View File

@@ -998,7 +998,9 @@ parse_options() {
export {https,ftp,rsync,all}_proxy="$http_proxy"
;;
*)
echo "Invalid option"
if [[ $1 = --* ]]; then
echo "Invalid option"
fi
esac
}