File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ TAG=r$REVISION
29
29
sed -e s/CLOJURESCRIPT_VERSION/0.0-$REVISION / < " $POM_TEMPLATE " > " $POM_FILE "
30
30
31
31
COMP_FILE=` mktemp /tmp/compiler.clj.XXXXXXXXXXX`
32
- sed -e ' s/^.def ^:dynamic \*clojurescript-version\*.*$/(def ^:dynamic *clojurescript-version* {:major 0, :minor 0, :qualifier ' " $REVISION " ' })/' src/clj/cljs/util.clj > $COMP_FILE
33
- mv $COMP_FILE src/clj/cljs/util.clj
32
+ sed -e ' s/^.def ^:dynamic \*clojurescript-version\*.*$/(def ^:dynamic *clojurescript-version* {:major 0, :minor 0, :qualifier ' " $REVISION " ' })/' src/clj/cljs/util.cljc > $COMP_FILE
33
+ mv $COMP_FILE src/clj/cljs/util.cljc
34
34
35
35
CLJS_FILE=` mktemp /tmp/core.cljs.XXXXXXXXXXX`
36
36
sed -e ' s/^.def \*clojurescript-version\*.*$/(def *clojurescript-version* ' \" " 0.0-$REVISION " \" ' )/' src/cljs/cljs/core.cljs > $CLJS_FILE
You can’t perform that action at this time.
0 commit comments