You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/07/28 21:49:09 UTC

[5/5] incubator-joshua git commit: removed trailing backslashes

removed trailing backslashes


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/a169f716
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/a169f716
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/a169f716

Branch: refs/heads/master
Commit: a169f716d2d815974d799254839fa4271ba89da0
Parents: d2c0adb
Author: Matt Post <po...@cs.jhu.edu>
Authored: Thu Jul 28 17:48:59 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Thu Jul 28 17:48:59 2016 -0400

----------------------------------------------------------------------
 scripts/support/make-release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/a169f716/scripts/support/make-release.sh
----------------------------------------------------------------------
diff --git a/scripts/support/make-release.sh b/scripts/support/make-release.sh
index ad4739b..b198c0b 100755
--- a/scripts/support/make-release.sh
+++ b/scripts/support/make-release.sh
@@ -52,7 +52,7 @@ tar czf release/joshua-$version.tgz \
     joshua-$version/scripts \
     joshua-$version/test \
     joshua-$version/examples \
-    joshua-$version/thrax/bin/thrax.jar \
+    joshua-$version/thrax/bin/thrax.jar
 
 ln -sf joshua-$version release/joshua-runtime-$version
 tar czf release/joshua-runtime-$version.tgz \
@@ -64,7 +64,7 @@ tar czf release/joshua-runtime-$version.tgz \
     joshua-runtime-$version/class \
     joshua-runtime-$version/lib/{ant*,jung*,junit*jar,README,LICENSES} \
     joshua-runtime-$version/scripts \
-    joshua-runtime-$version/examples \
+    joshua-runtime-$version/examples
 
 rm -f joshua-$version
 rm -f VERSION