Skip to content

Commit

Permalink
Merge #5 by lucastheisen
Browse files Browse the repository at this point in the history
support symlinks to tinkey shell script

resolves issue #4

Closes ##5

PiperOrigin-RevId: 691715445
Change-Id: I8ac2e0ca9f3c546704c7c1ac186b1fdcdfbceb33
  • Loading branch information
lucastheisen authored and copybara-github committed Oct 31, 2024
1 parent be3cc6d commit 54e81c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_tinkey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ build_tinkey() {
cat <<EOF > tinkey
#!/usr/bin/env sh
java -jar "\$(dirname \$0)/tinkey_deploy.jar" "\$@"
java -jar "\$(dirname "\$(realpath --canonicalize-existing "\$0")")/tinkey_deploy.jar" "\$@"
EOF

cat <<EOF > tinkey.bat
Expand Down

0 comments on commit 54e81c2

Please sign in to comment.