Skip to content

Commit

Permalink
Fix shebang to use env for bash in bashlog.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaukintis authored and Zordrak committed Dec 2, 2019
1 parent e76ca9e commit e21f9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bashlog.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -uo pipefail;

Expand Down

0 comments on commit e21f9e0

Please sign in to comment.