From bb0eedf0f0506f01cd968d64cec35b7478b18944 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 11 Aug 2016 08:42:28 +0200 Subject: [PATCH] squash: rust support: make rust linker hook explicitly use bash --- dist/rust/riot-rust-linker-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/rust/riot-rust-linker-hook b/dist/rust/riot-rust-linker-hook index 230133447ee68..b4c6f1240f4ec 100755 --- a/dist/rust/riot-rust-linker-hook +++ b/dist/rust/riot-rust-linker-hook @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash [ -z "$BINDIR" ] && { echo "$0: BINDIR not defined!" 1&>2