summaryrefslogtreecommitdiff
path: root/bin/debvm-create
diff options
context:
space:
mode:
Diffstat (limited to 'bin/debvm-create')
-rwxr-xr-xbin/debvm-create1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/debvm-create b/bin/debvm-create
index d85f82c..2555a8e 100755
--- a/bin/debvm-create
+++ b/bin/debvm-create
@@ -151,6 +151,7 @@ opt_sshkey() {
}
opt_output() {
IMAGE=$1
+ test "${IMAGE#-}" = "$IMAGE" || IMAGE="./$IMAGE"
}
opt_release() {
SUITE=$1