]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
rumprun-bake: check that "describe" is invoked with proper args
authorAntti Kantee <pooka@iki.fi>
Sun, 15 Nov 2015 14:21:10 +0000 (14:21 +0000)
committerAntti Kantee <pooka@iki.fi>
Sun, 15 Nov 2015 14:21:35 +0000 (14:21 +0000)
app-tools/rumprun-bake.in

index 1a02aa2d519dd06a7b7580e6bb42eedf79684ef2..94d83f0a9a4510a2517c72f425baadbe8a37aada 100644 (file)
@@ -317,6 +317,7 @@ list)
        exit 0
        ;;
 describe)
+       [ $# -eq 2 ] || _die \"describe\" needs exactly one config.
        debugdump $2
        exit 0
        ;;