Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
get bash from env rather than rely on /bin
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed May 18, 2020
1 parent 71f3974 commit cb59477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

ask() {
Expand Down

0 comments on commit cb59477

Please sign in to comment.