Skip to content

Commit 944a78c

Browse files
committed
Switch to using /usr/bin/env bash in bootstrap script
It is not possible to trivially switch this script to using /bin/sh since it declares a local function using what I believe is a bash-specific syntax.
1 parent 7b5a61f commit 944a78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
#
33
# bootstrap: Utility to easy autoconf/automake toolchain setup on
44
# checkout from revision control.

0 commit comments

Comments
 (0)