[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup 6f531bb: fixup /bin/true no matter whether its shell or perl
Holger Levsen
holger at layer-acht.org
Sat Apr 29 12:53:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 697f2cfbdcc75740c72b5a09a103896153ba3a9d
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Apr 29 14:53:16 2017 +0200
fixup 6f531bb: fixup /bin/true no matter whether its shell or perl
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index e9dd4a6..17ca62f 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -42,7 +42,7 @@ disable_dsa_check_packages() {
# updated
# ln -s /bin/true /usr/local/bin/dsa-check-packages was used which
# broke /bin/true by overwriting it with the perl script dsa-check-packages
- if grep -q '/usr/bin/perl' /bin/true || grep -q '/usr/bin/perl' /bin/sh ; then
+ if grep -q '/usr/bin/perl' /bin/true || grep -q '/bin/sh' /bin/true ; then
sudo apt-get install --reinstall coreutils
fi
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list