Skip to content

Commit

Permalink
Be consistent in choice of shell across all shell scripts in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift authored and cdecker committed Apr 4, 2018
1 parent bc4a099 commit 1a55147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/mockup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/bash

if [ $# -eq 0 ]; then
# With no args, read stdin to scrape compiler output.
Expand Down
2 changes: 1 addition & 1 deletion tools/rel.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/bash

from=${1}
to=${2}
Expand Down
2 changes: 1 addition & 1 deletion tools/update-mocks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/bash
# Script to rewrite the autogenerated mocks in a unit test between
# /* AUTOGENERATED MOCKS START */ and /* AUTOGENERATED MOCKS END */
# based on link failures.
Expand Down

0 comments on commit 1a55147

Please sign in to comment.