]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-linux: Use /bin/sh.
authorUwe Hermann <redacted>
Sat, 24 Jan 2015 18:07:21 +0000 (19:07 +0100)
committerUwe Hermann <redacted>
Sat, 24 Jan 2015 18:07:21 +0000 (19:07 +0100)
The script doesn't contain anything bash-specific and works fine with
e.g. dash.

cross-compile/linux/sigrok-cross-linux

index 8c75d4c4356ab1b8e91696f21e32e6e06c5cfc00..a01173ab7c37aa97f8073ecae9f88c33cbaa2a03 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 ##
 ## This file is part of the sigrok-util project.
 ##