Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mlb-coverage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# mlb-coverage - compile and run an SML program defined in a MLB file
# using MLton and print a code coverage report
Expand Down
2 changes: 1 addition & 1 deletion mlb-dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# mlb-dependencies - read a MLB file defining an SML program and print
# out a dependency list in Makefile format
Expand Down
2 changes: 1 addition & 1 deletion mlb-expand
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# mlb-dependencies - read a MLB file defining an SML program and print
# out a list of the files referred to by it and any subsidiary MLB files
Expand Down
2 changes: 1 addition & 1 deletion polybuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# polybuild - compile a SML program defined in a MLB file using Poly/ML
#
Expand Down
2 changes: 1 addition & 1 deletion polyrepl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# polyrepl - load a SML program defined in a MLB file into the Poly/ML
# interactive environment
Expand Down
2 changes: 1 addition & 1 deletion polyrun
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# polyrun - run a SML program defined in a SML or MLB file using Poly/ML
#
Expand Down
2 changes: 1 addition & 1 deletion smlbuild-include.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Chris Cannam, 2015-2022. MIT licence

Expand Down
2 changes: 1 addition & 1 deletion smlrepl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# smlrepl - load a SML program defined in a MLB file into the SML/NJ
# interactive environment
Expand Down
2 changes: 1 addition & 1 deletion smlrun
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# smlrun - run a SML program defined in a SML or MLB file using SML/NJ
#
Expand Down
2 changes: 1 addition & 1 deletion with-mlb-dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# with-mlb-dependencies - run a (presumed) compiler command, while also
# dumping out a dependency file. Intended for Meson build integration.
Expand Down