1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

tools: fix shebang in openocd.sh

Change shebang in script from `/bin/bash` to `/usr/bin/env bash`,
which fixed problems when `bash` is not available in standard location,
e.g., on non-Linux OSes such as FreeBSD.
This commit is contained in:
Sebastian Meiling 2019-09-16 11:24:58 +02:00
parent 277fbd8386
commit 364c831bf3

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Unified OpenOCD script for RIOT
#