Skip to content

Commit

Permalink
squash: rust support: make rust linker hook explicitly use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Aug 11, 2016
1 parent 8efba78 commit bb0eedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/rust/riot-rust-linker-hook
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

[ -z "$BINDIR" ] && {
echo "$0: BINDIR not defined!" 1&>2
Expand Down

0 comments on commit bb0eedf

Please sign in to comment.