diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-26 11:32:25 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-26 11:32:25 +0100 |
commit | 31ecc2b63f1372f049bd8de6f1b6c769a4737ef7 (patch) | |
tree | b1073fc6f1a5444045f1ce02223da94815f1f674 | |
parent | 3519681c9fdc6bc31631c614a148efb5310314ee (diff) | |
download | jenkins.debian.net-31ecc2b63f1372f049bd8de6f1b6c769a4737ef7.tar.xz |
fix typo
-rwxr-xr-x | bin/housekeeping.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh index 8c65e9d3..cc38e49d 100755 --- a/bin/housekeeping.sh +++ b/bin/housekeeping.sh @@ -12,7 +12,7 @@ set -e check_for_mounted_chroots() { CHROOT_PATTERN="/chroots/${1}-*" OUTPUT=$(mktemp) - ls $CHROOT_PATTERN 2>/dev/null) > $OUTPUT || true + ls $CHROOT_PATTERN 2>/dev/null > $OUTPUT || true if [ -s $OUTPUT ] ; then figlet "Warning:" echo |