It's just yum, not yum-rpm.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 5 Aug 2007 18:36:07 +0000 (18:36 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 5 Aug 2007 18:36:07 +0000 (18:36 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2576 94cd875c-1c1d-0410-91d2-eb244daf1a30

scripts/vserver-build.yum

index 8fccd40..4409927 100644 (file)
@@ -27,7 +27,7 @@ while true; do
        (-d)            DISTRIBUTION=$2; shift;;
        (--debug)       set -x;;
        (--)            shift; break ;;
-       (*)             echo "vserver-build.yum-rpm: internal error: unrecognized option '$1'" >&2
+       (*)             echo "vserver-build.yum: internal error: unrecognized option '$1'" >&2
                        exit 1
                        ;;
     esac