From 595e7a52b11c747b30b5b409e01c4aed0fe701fd Mon Sep 17 00:00:00 2001 From: C. Scott Ananian Date: Wed, 24 Sep 2008 21:51:57 +0000 Subject: Modern bundlebuilder complains if you pass in a bundle name. --- diff --git a/setup.py b/setup.py index 0211a5e..bcfaaa5 100644..100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/python # Copyright (C) 2006, Red Hat, Inc. # @@ -21,5 +21,5 @@ import os os.system("make") -bundlebuilder.start("Record") +bundlebuilder.start() -- cgit v0.9.1