Patchworkβ test/atomicity: change shebang to '#!/usr/bin/env bash'

login
register
about
Submitter Tomi Ollila
Date 2011-11-13 08:52:35
Message ID <yf6bosgz9nw.fsf@taco2.nixu.fi>
Download mbox | patch
Permalink /patch/1493/
State New
Headers show

Comments

Tomi Ollila - 2011-11-13 08:52:35
---
 test/atomicity |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Patch

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