Skip to content

Commit 8138931

Browse files
committed
Fix typo in cljsc
1 parent 188e835 commit 8138931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cljsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Compile a single cljs file or a directory of cljs files into a
44
# single JavaScript file.
55

6-
if [ "$CLOJURESCRIPT_HOME" == "" ]; then
6+
if [ "$CLOJURESCRIPT_HOME" = "" ]; then
77
CLOJURESCRIPT_HOME="."
88
fi
99

0 commit comments

Comments
 (0)