Skip to content

Commit

Permalink
[Truffle] Correct name of produced Graal bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Nov 16, 2014
1 parent 6d34912 commit b0b9cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/build-graal-bundles.sh
Expand Up @@ -56,7 +56,7 @@ function pack {
chmod -R +w graalvm-jdk1.8.0
cp -r graalvm-jdk1.8.0 jruby-$version_dir || exit $?
rm -rf jruby-$version_dir/graalvm-jdk1.8.0/src.zip jruby-$version_dir/graalvm-jdk1.8.0/demo jruby-$version_dir/graalvm-jdk1.8.0/include jruby-$version_dir/graalvm-jdk1.8.0/sample || exit $?
targetname=jruby-dist-$version_file+graal-$1-x86_64.dev-bin.tar.gz
targetname=jruby-dist-$version_file+graal-$1-x86_64-bin.tar.gz
tar -zcf $targetname jruby-$version_dir || exit $?
shasum -a 1 $targetname > $targetname.sha1 || exit $?
}
Expand Down

0 comments on commit b0b9cc0

Please sign in to comment.