From c1b9fe321f8fda2da23500e07a5c40089525b2ec Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 8 Oct 2024 21:01:24 +0200 Subject: Fix previous commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- upload | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'upload') diff --git a/upload b/upload index 756378b..7969bd5 100755 --- a/upload +++ b/upload @@ -7,13 +7,13 @@ cd "$(dirname "${0}")" message= skip_build=n -for arg; - if test "${arg}" = skip_build; then +for arg; do + if test "${arg}" = skip-build; then skip_build=y elif test "${arg::8}" = message=; then message="${arg:8}" fi -do +done if test ! "${skip_build}" = y; then makepkg --install --clean -- cgit v1.2.3-70-g09d2