<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@
 #
 #
 
-if [[ ! -f /etc/clojure.conf &amp;&amp; ! -f ~/.clojure.conf ]]; then
+if [ ! -f /etc/clojure.conf -a ! -f ~/.clojure.conf ]; then
     echo &quot;Error: No config not found at /etc/clojure.conf or ~/.clojure.conf.&quot;
     echo &quot;  Please provide one before starting this script.&quot;
     echo &quot;  A sample can be found in the emacs-clojure repository named &quot;
@@ -32,7 +32,7 @@ clj_cp=&quot;.&quot;
 [ -f ~/.clojurerc ] &amp;&amp; clj_rc=~/.clojurerc
 [ -d &quot;${clj_ext}&quot; ] &amp;&amp; clj_cp=&quot;${clj_cp}:${clj_ext}/*&quot;
 
-if [[ -n &quot;${clj_lib}&quot; ]]; then
+if [ -n &quot;${clj_lib}&quot; ]; then
     export LD_LIBRARY_PATH=${clj_lib}:$LD_LIBRARY_PATH
 fi
 </diff>
      <filename>sh-script/clojure</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9a5e54fd0d2ec0b234e711dd286a30f6e1eb67f2</id>
    </parent>
  </parents>
  <author>
    <name>Matt Brubeck</name>
    <email>matt@limpet.net</email>
  </author>
  <url>http://github.com/jochu/clojure-extra/commit/c4ccda3a51d675182b2102185d4c4363fe190b14</url>
  <id>c4ccda3a51d675182b2102185d4c4363fe190b14</id>
  <committed-date>2008-12-10T12:51:30-08:00</committed-date>
  <authored-date>2008-12-10T12:51:30-08:00</authored-date>
  <message>Convert bash-isms to POSIX.

This fixes errors on systems like Ubuntu with dash as /bin/sh:
https://wiki.ubuntu.com/DashAsBinSh</message>
  <tree>7d4b563a7f677a8f6c5d794604a11e4bf00db340</tree>
  <committer>
    <name>Matt Brubeck</name>
    <email>matt@limpet.net</email>
  </committer>
</commit>
