Skip to content

Commit 54e81c2

Browse files
lucastheisencopybara-github
authored andcommitted
Merge #5 by lucastheisen
support symlinks to tinkey shell script resolves issue #4 Closes ##5 PiperOrigin-RevId: 691715445 Change-Id: I8ac2e0ca9f3c546704c7c1ac186b1fdcdfbceb33
1 parent be3cc6d commit 54e81c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_tinkey.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ build_tinkey() {
109109
cat <<EOF > tinkey
110110
#!/usr/bin/env sh
111111
112-
java -jar "\$(dirname \$0)/tinkey_deploy.jar" "\$@"
112+
java -jar "\$(dirname "\$(realpath --canonicalize-existing "\$0")")/tinkey_deploy.jar" "\$@"
113113
EOF
114114

115115
cat <<EOF > tinkey.bat

0 commit comments

Comments
 (0)