Scripts in Red Hat ought to begin with #!/bin/bash which is writable only 
by root and kept updated by system updates. But lein uses #!/usr/bin/env 
bash -- "use whatever bash executable is on my path" -- which is less well 
controlled and might be different. Try "which bash" to see what shell is 
being used to run lein.  If it's not /bin/bash, try adjusting lein's first 
line.  If you get the error when using /bin/bash, see what version it is 
with "rpm -q bash". 

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to