Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa: Fix shebangs on openstack scripts #16546

Merged
merged 1 commit into from Aug 8, 2017

Conversation

asomers
Copy link
Contributor

@asomers asomers commented Jul 24, 2017

Many of the files in qa/qa_scripts/openstack had incorrect shebang
lines: the bang was missing. This means that those scripts would
execute using the calling user's login shell, which is doubtless not
what the author intended. Now they'll always use bash.

Two scripts do not need shebangs, because they contain only library
functions and don't execute anything. I removed their shebangs.

Signed-off-by: Alan Somers asomers@gmail.com

Many of the files in qa/qa_scripts/openstack had incorrect shebang
lines: the bang was missing.  This means that those scripts would
execute using the calling user's login shell, which is doubtless not
what the author intended.  Now they'll always use bash.

Two scripts do not need shebangs, because they contain only library
functions and don't execute anything.  I removed their shebangs.

Signed-off-by: Alan Somers <asomers@gmail.com>
@tchaikov tchaikov changed the title openstack: Fix shebangs on openstack scripts qa: Fix shebangs on openstack scripts Jul 29, 2017
@tchaikov tchaikov added the tests label Jul 29, 2017
@liewegas liewegas merged commit 6127a4c into ceph:master Aug 8, 2017
@asomers asomers deleted the openstack_shebang2 branch September 25, 2017 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants