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
2929sed -e s/CLOJURESCRIPT_VERSION/0.0-$REVISION / < " $POM_TEMPLATE " > " $POM_FILE "
3030
3131COMP_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
3434
3535CLJS_FILE=` mktemp /tmp/core.cljs.XXXXXXXXXXX`
3636sed -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