From 6dfec96499124df3e51da52c679801e961ef3dd8 Mon Sep 17 00:00:00 2001
From: Aaron <aaronquinlan@gmail.com>
Date: Tue, 13 Dec 2011 09:25:40 -0500
Subject: [PATCH]  to  for compat. thx to @jmarshall

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

diff --git a/scripts/makeBashScripts.py b/scripts/makeBashScripts.py
index dc80d494..75c5006a 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