We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188e835 commit 8138931Copy full SHA for 8138931
bin/cljsc
@@ -3,7 +3,7 @@
3
# Compile a single cljs file or a directory of cljs files into a
4
# single JavaScript file.
5
6
-if [ "$CLOJURESCRIPT_HOME" == "" ]; then
+if [ "$CLOJURESCRIPT_HOME" = "" ]; then
7
CLOJURESCRIPT_HOME="."
8
fi
9
0 commit comments