diff options
-rwxr-xr-x | localcowbuilder-create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localcowbuilder-create b/localcowbuilder-create index 67ca225..06e5081 100755 --- a/localcowbuilder-create +++ b/localcowbuilder-create @@ -1,4 +1,4 @@ -#!/bin/sh -x +#!/bin/sh if [ $# -eq 0 ]; then echo "Usage: $(basename $0) POOL [ DISTRIBUTION [ OTHERMIRROR] ]" |