From 3f828516311145da369197d95e244595617f1fbb Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 25 Jan 2024 10:57:09 -0600 Subject: [PATCH] Remove shebang from shell completion files 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 --- etc/gz.bash_completion.sh | 2 -- etc/gz.completion | 2 -- 2 files changed, 4 deletions(-) diff --git a/etc/gz.bash_completion.sh b/etc/gz.bash_completion.sh index 8d0b255..03ed2bc 100644 --- a/etc/gz.bash_completion.sh +++ b/etc/gz.bash_completion.sh @@ -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"); diff --git a/etc/gz.completion b/etc/gz.completion index 3dcc4db..7c93d20 100644 --- a/etc/gz.completion +++ b/etc/gz.completion @@ -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");