Skip to content

Commit

Permalink
Remove shebang from shell completion files (#132)
Browse files Browse the repository at this point in the history
These files are not executable while checked into the repository or
after installation on the system. Additionally, executing them will do
nothing because they must be "sourced" to export their functionality
into the shell.

Signed-off-by: Scott K Logan <[email protected]>
  • Loading branch information
cottsay authored Jan 29, 2024
1 parent f10c89e commit fd1e484
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions etc/gz.bash_completion.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bash
#
# Copyright (C) 2022 Open Source Robotics Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 0 additions & 2 deletions etc/gz.completion
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bash
#
# Copyright (C) 2022 Open Source Robotics Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit fd1e484

Please sign in to comment.