Skip to content

Commit

Permalink
Change bash path to use /usr/bin/env (KiCad#137)
Browse files Browse the repository at this point in the history
Change bash path to use /usr/bin/env
closes KiCad#135
  • Loading branch information
gauravjuvekar authored and diggit committed Jul 9, 2017
1 parent 8b27f5f commit c3cc1e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pcb/test_kicad_mod.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash

# This script file is used to test the consistency of files saved
# from KicadMod python class. Spaces and line positioning will be ignored
Expand Down
2 changes: 1 addition & 1 deletion pcb/test_sexpr.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash

# This script file is used to test the consistency of files saved
# with sexpr python file. Spaces and line positioning will be ignored
Expand Down
2 changes: 1 addition & 1 deletion sch/test_sch.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash

# This script file is used to test the consistency of files saved
# from sch python class. Spaces and line positioning will be ignored
Expand Down
2 changes: 1 addition & 1 deletion schlib/test_schlib.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash

# This script file is used to test the consistency of files saved
# from schlib python class. Spaces and line positioning will be ignored
Expand Down

0 comments on commit c3cc1e2

Please sign in to comment.