Skip to content

Commit

Permalink
Merge pull request ceph#35177 from wjwithagen/wjw-fix-ceph-backport.sh
Browse files Browse the repository at this point in the history
script: fix bash invocation on systems where bash live elsewhere

Reviewed-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm authored May 21, 2020
2 parents cc7a234 + 8f696b5 commit e9e9157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/script/ceph-backport.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -e
#!/usr/bin/env bash
set -e
#
# ceph-backport.sh - Ceph backporting script
#
Expand Down

0 comments on commit e9e9157

Please sign in to comment.