diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-18 14:46:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-18 14:46:18 +0100 |
commit | 2efa2efe2f28804b47f210ffb26ee9c7145f38b3 (patch) | |
tree | 53269c757b33b8e81f7a16ddfe8836b431112390 /bin | |
parent | a9c27bd43138752d84d2f47630e0790bb73968f6 (diff) | |
download | jenkins.debian.net-2efa2efe2f28804b47f210ffb26ee9c7145f38b3.tar.xz |
improve debian packaging, fix a few small issues detected by lintian
Diffstat (limited to 'bin')
-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 87bf204b..158c174d 100755 --- a/bin/housekeeping.sh +++ b/bin/housekeeping.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash # Copyright 2012 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 |