~ruther/avr-device

6f0b1cc9148270b0fd4a0f1b25c0a6dd0a3c6035 — Rahix 5 years ago dbbbc6e
gen-intr-lut: Switch to /usr/bin/env bash as interpreter

The location of the `bash` binary can vary between systems.  Switch to
`/usr/bin/env bash` which is the recommended way to do it.

Ref: PR #22

Signed-off-by: Rahix <rahix@rahix.de>
1 files changed, 1 insertions(+), 1 deletions(-)

M gen-intr-lut.sh
M gen-intr-lut.sh => gen-intr-lut.sh +1 -1
@@ 1,4 1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Generate a lookup table function for interrupts of all supported chips
set -e


Do not follow this link