Adjust shell scripts to allow Bash in other locations
[urcu.git] / tests / utils / tap.sh
index 24ac1aa250d6a092ef9cd8a2c4bb21e9ea75d331..04e4084f1a100cc12866b94dfb9f3690c711e76a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Copyright 2010 Patrick LeBoutillier <patrick.leboutillier@gmail.com>
 #
@@ -65,7 +65,7 @@ OTHER:
   diag MSG
 
 EXAMPLE:
-  #!/bin/bash
+  #!/usr/bin/env bash
 
   . tap-functions
 
This page took 0.024148 seconds and 4 git commands to generate.