From 051a269d2ff56d5ab01301c965a7f7d0799bc441 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 1 Oct 2014 03:15:36 -0400 Subject: clean up shebangs --- test/test-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-common.sh') diff --git a/test/test-common.sh b/test/test-common.sh index c525dd8..2fe4049 100644 --- a/test/test-common.sh +++ b/test/test-common.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors if [[ $HOME == "$(eval echo ~$USER)" ]]; then libremessages error "\$HOME is the default for %s; use testenv: %s" "$USER" "$HOME" -- cgit v1.2.3-54-g00ecf