]> xenbits.xensource.com Git - libvirt.git/commit
run: use portable shell
authorEric Blake <eblake@redhat.com>
Sat, 23 Feb 2013 00:10:48 +0000 (17:10 -0700)
committerEric Blake <eblake@redhat.com>
Sat, 23 Feb 2013 00:16:12 +0000 (17:16 -0700)
commit2795813c6999bfd944a6d266d23fc0989e041753
tree1dbd50089606cf2d34bd105a802b28de499a4745
parentc2092abfb9110369633d2e229ad78d4445af86df
run: use portable shell

Nothing in run required bash, except for the shebang.  On systems
where /bin/bash doesn't exist (I hit it on FreeBSD), using /bin/sh
instead fixes a 'make check' failure:
gmake[3]: Entering directory `/usr/home/dummy/libvirt/python'
  GEN    check-local
/usr/local/bin/bash: ../run: /bin/bash: bad interpreter: No such file or directory

* run.in: Use /bin/sh, not bash.
run.in