Skip to content

Commit

Permalink
PR #326: Fix typo in release script: missing closing "
Browse files Browse the repository at this point in the history
Signed-off-by: Henner Zeller <[email protected]>

GitHub PR #326

Copybara import of the project:

  - cff27aa Fix typo in release script: missing closing " by Henner Zeller <[email protected]>

Closes #326

PiperOrigin-RevId: 315636286
  • Loading branch information
hzeller committed Jun 10, 2020
1 parent b1dff5f commit b3da8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/travis/github-releases-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for app in syntax lint format diff obfuscate ; do
gzip "${PREFIX_MAN}/${BIN_NAME}.1"

# Set up manpage for legacy tool-names as symbolic link to the real deal.
ln -s "${BIN_NAME}.1.gz" "${PREFIX_MAN}/verilog_${app}.1.gz
ln -s "${BIN_NAME}.1.gz" "${PREFIX_MAN}/verilog_${app}.1.gz"
done

DISTRO_ARCH=$(uname -m)
Expand Down

0 comments on commit b3da8ae

Please sign in to comment.