diff options
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-x | pbuilder-checkparams | 2 |
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 |