Skip to content

Commit

Permalink
'/bin/bash' -> '/usr/bin/env bash' (for FreeBSD)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta committed May 26, 2015
1 parent 63f013b commit 116238c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/check-whitespace.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
# This file is a part of Julia. License is MIT: https://julialang.org/license

# Check for trailing white space in source files;
Expand Down
2 changes: 1 addition & 1 deletion test/perf/micro/java/setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This file is a part of Julia. License is MIT: https://julialang.org/license

mvn compile exec:java
Expand Down

0 comments on commit 116238c

Please sign in to comment.