Skip to content

Commit d38b110

Browse files
committed
bash may be installed elewhere than /usr/bin/bash and we also may want
to use another bash command than this one. For instance when testing bash_unit against bash 3 for issue #34.
1 parent bbe31a3 commit d38b110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_unit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
#
33
# bash unit testing enterprise edition framework for professionals
44
# Copyright (C) 2011-2016 Pascal Grange

0 commit comments

Comments
 (0)