dockcross/linux-x86/i686-linux-gnu-as.sh
Matt McCormick ba72994b41
common: Fix bash shell script invocation
`#!/usr/bin/env bash` should be used to avoid hard paths.

To address:

  dockcross-manylinux-x64: bad interpreter: /bin/bash^M: no such file or directory
2018-08-20 18:12:32 -04:00

3 lines
75 B
Bash

#!/usr/bin/env bash
exec ${0/${CROSS_TRIPLE}-/x86_64-linux-gnu-} --32 "$@"