From 9cda22c39b3ec33db09d4f5df5f59c7042658991 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sun, 13 Nov 2011 10:52:35 +0200 Subject: test/atomicity: change shebang to '#!/usr/bin/env bash' --- test/atomicity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/atomicity') diff --git a/test/atomicity b/test/atomicity index 3464238..ad7d4a3 100755 --- a/test/atomicity +++ b/test/atomicity @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description='atomicity' . ./test-lib.sh -- cgit v1.2.3