File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ xdg-open $KSCRIPT_ARCHIVE
6262# #######################################################################
6363# ## Do the github release
6464
65- # # create tag on github
65+ # # create tag on github
6666# github-release --help
6767
6868source ~ /archive/gh_token.sh
@@ -91,7 +91,7 @@ github-release release \
9191 --repo kscript \
9292 --tag " v${kscript_version} " \
9393 --name " v${kscript_version} " \
94- --description " See [NEWS.md](https://github.com/holgerbrandl/kscript/blob/master/NEWS.md) for changes."
94+ --description " See [NEWS.md](https://github.com/holgerbrandl/kscript/blob/master/NEWS.md) for changes."
9595# \
9696# --pre-release
9797
@@ -129,7 +129,7 @@ echo "
129129KSCRIPT_VERSION=${kscript_version}
130130" > kscript
131131
132- git add -A
132+ git add -A
133133git status
134134git commit -m " v${kscript_version} release"
135135
@@ -209,7 +209,7 @@ class Kscript < Formula
209209
210210 def install
211211 libexec.install Dir["*"]
212- inreplace "#{libexec}/bin/kscript", /^jarPath =.*/, "jarPath =#{libexec}/bin/kscript.jar"
212+ inreplace "#{libexec}/bin/kscript", /^JAR_PATH =.*/, "JAR_PATH =#{libexec}/bin/kscript.jar"
213213 bin.install_symlink "#{libexec}/bin/kscript"
214214 end
215215end
You can’t perform that action at this time.
0 commit comments