Skip to content

Commit

Permalink
Merge pull request #12 from adamcstephens/patch-1
Browse files Browse the repository at this point in the history
find bash from the environment
  • Loading branch information
TimidRobot authored May 18, 2023
2 parents d5085c3 + 817b954 commit ca42cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ControlMaster Controller - Eases management of SSH ControlMaster connections
#
Expand Down
2 changes: 1 addition & 1 deletion test_cmc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -o errexit
set -o errtrace
set -o nounset
Expand Down

0 comments on commit ca42cac

Please sign in to comment.