From 80f127bb4b37f04430fcd2d3fceb8100d3de6ba3 Mon Sep 17 00:00:00 2001
From: Aaron <aaronquinlan@gmail.com>
Date: Tue, 13 Dec 2011 09:47:07 -0500
Subject: [PATCH] fix

---
 scripts/makeBashScripts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makeBashScripts.py b/scripts/makeBashScripts.py
index 75c5006a..2345bbf5 100644
--- a/scripts/makeBashScripts.py
+++ b/scripts/makeBashScripts.py
@@ -46,7 +46,7 @@ def main():
         
         script = open('bin/'  + old, 'w')
         script.write("#!/bin/sh\n")
-        script.write("bedtools " + new + " $@\n")
+        script.write("bedtools " + new + " \"$@\"\n")
         script.close()
 
 if __name__ == "__main__":
-- 
GitLab