comparison tests/bundles/rebase.sh @ 20832:5d57b2101ab1

tests: don't hardcode path to bash interpreter Use the env binary to figure out the correct bash to use. Certain systems ships with an ancient version of bash, but the user might have installed a newer one that is earlier in $PATH. For example the current version of Mac OS X ships version 3.2.51 of bash, which does not understand new fancy builtins such as readarray. A user might install a newer version of bash, use that as their shell and add that path before bin.
author Olle Lundberg <geek@nerd.sh>
date Tue, 25 Mar 2014 23:07:52 +0100
parents 624e5ce615ec
children
comparison
equal deleted inserted replaced
20831:864c56cb8945 20832:5d57b2101ab1
1 #!/bin/bash 1 #!/usr/bin/env bash
2 hg init rebase 2 hg init rebase
3 cd rebase 3 cd rebase
4 4
5 # @ 7: 'H' 5 # @ 7: 'H'
6 # | 6 # |