mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 48fccf448e04df2ad5305afe435059bdbb8e7402
parent 5edd1dc811bbb55d23c11d114c7f27a75c1672ec
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 27 Nov 2019 14:49:31 +0100

https

Diffstat:
debdiffconf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debdiffconf b/debdiffconf @@ -5,7 +5,7 @@ # found that provides it. # Returns the exit code of diff if everything worked, 3 or 4 otherwise. -# http://stackoverflow.com/a/4785518 +# https://stackoverflow.com/a/4785518 command -v apt-get >/dev/null 2>&1 || { echo "apt-get not found, this is probably not a Debian system. Aborting." >&2; exit 4; }