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 C. Scott Ananian <cscott@laptop.org>2008-09-24 21:54:09 (GMT)
commit595e7a52b11c747b30b5b409e01c4aed0fe701fd (patch)
tree41f88693336e2953de3936b887bc31e201bd3866
parentf4b12d9defb57ff128fdb624a3dff08a95b45d6f (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()