lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <878qy48cxq.fsf@linux-m68k.org>
Date: Sun, 14 Jul 2024 12:50:41 +0200
From: Andreas Schwab <schwab@...ux-m68k.org>
To: Bert Karwatzki <spasswolf@....de>
Cc: Masahiro Yamada <masahiroy@...nel.org>,  linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kbuild: deb-pkg: fix building with bindeb-pkg

On Jul 14 2024, Bert Karwatzki wrote:

> diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
> index 196b14e8ad47..5eb506573a4d 100755
> --- a/scripts/package/mkdebian
> +++ b/scripts/package/mkdebian
> @@ -135,7 +135,7 @@ else
>  fi
>  maintainer="${name} <${email}>"
>
> -if [ "$1" = --need-source ]; then
> +if [ $# -eq 1 ] [ "$1" = --need-source ]; then

[: too many arguments

-- 
Andreas Schwab, schwab@...ux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ