Skip to content
Snippets Groups Projects
Commit 66831b94 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

hadrian: Include bash completion script in bindist

See #20802.
parent 81a8f7a7
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,11 @@ bindistRules = do
-- shipping it
removeFile (bindistFilesDir -/- mingwStamp)
-- Include bash-completion script in binary distributions. We don't
-- currently install this but merely include it for the user's
-- reference. See #20802.
copyDirectory ("utils" -/- "completion") bindistFilesDir
-- These scripts are only necessary in the configure/install
-- workflow which is not supported on windows.
-- TODO: Instead of guarding against windows, we could offer the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment