aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-xpbuilder-checkparams2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 54afa06..cadd24b 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -43,7 +43,7 @@ while [ -n "$1" ]; do
--basetgz)
case "${PBCURRENTCOMMANDLINEOPERATION}" in
create|--create)
- touch "$2";
+ touch "$2";;
esac
if [ ! -f "$2" ]; then
echo "E: File $2 does not exist" >&2