From dd3c33282cbe422c805646b8ed9178807acb7f0c Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 23 Dec 2016 22:05:59 +0100 Subject: fixup 6fba605; fix syntax error Signed-off-by: Holger Levsen --- bin/reproducible_setup_pbuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index f7b5b5d2..c70aac3f 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -62,7 +62,7 @@ echo "Configuring APT to ignore the Release file expiration" echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/398future echo echo "Working around debootstrap bug https://bugs.debian.org/817236" -if [ -L /dev/ptmx ] +if [ -L /dev/ptmx ]; then rm /dev/ptmx mknod -m 666 /dev/ptmx c 5 2 fi -- cgit v1.2.3-70-g09d2