From 6985c1faba74e0e69d18f70eb466ba983974bc77 Mon Sep 17 00:00:00 2001
From: nuex <nx@nu-ex.com>
Date: Fri, 7 Jun 2013 21:36:59 -0400
Subject: [PATCH] fix auto-generating the version file

---
 build-helper | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-helper b/build-helper
index 3bbf4dfc..dd0d5d93 100755
--- a/build-helper
+++ b/build-helper
@@ -300,7 +300,7 @@ eof
         fi
     ;;
     version)
-        git describe > cdist/version.py
+        echo "VERSION = \"$(git describe)\"" > cdist/version.py
     ;;
 
     *)