changeset 1:a8359c3073ba draft

Uploaded
author morinlab
date Fri, 27 Jan 2017 20:42:48 -0500
parents 73338a1805e7
children 12d83c22866a
files create_seqz_file.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/create_seqz_file.xml	Tue Oct 11 14:31:59 2016 -0400
+++ b/create_seqz_file.xml	Fri Jan 27 20:42:48 2017 -0500
@@ -23,7 +23,7 @@
     #end if
 
     EXEC=python;
-    if [ $(which pypy)!="" ] ; then
+    if [ \$(which pypy)!="" ] ; then
       EXEC=pypy;
     fi ;