diff options
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r-- | pdebuild-checkparams | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pdebuild-checkparams b/pdebuild-checkparams index 6cd055f..0b60624 100644 --- a/pdebuild-checkparams +++ b/pdebuild-checkparams @@ -1,7 +1,7 @@ #! /bin/bash # this is sourced from pbuilder packages to process the optional parameters. # pbuilder -- personal Debian package builder -# Copyright (C) 2005 Junichi Uekawa +# Copyright (C) 2005-2006 Junichi Uekawa # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -110,4 +110,3 @@ fi if [ -z "${CHROOTEXEC}" ]; then CHROOTEXEC="chroot $BUILDPLACE " fi - |