From patchwork Sun Nov 13 08:52:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: test/atomicity: change shebang to '#!/usr/bin/env bash' Date: Sun, 13 Nov 2011 07:52:35 -0000 From: Tomi Ollila X-Patchwork-Id: 1493 Message-Id: To: --- test/atomicity | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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