Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2008-09-24 21:51:57 (GMT)
committer Daniel Drake <dsd@laptop.org>2008-11-22 18:26:28 (GMT)
commitdac48dcd5a1a4659769cc0e69129e45033a4f3cd (patch)
treec66c01ac97f82f9a9bed88ed06a3f6c5d1da52ad
parent521dfcd7cf1bada5bee21d4903cff9110af7b806 (diff)
Modern bundlebuilder complains if you pass in a bundle name.
-rwxr-xr-x[-rw-r--r--]setup.py4
1 files changed, 2 insertions, 2 deletions
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()