Skip to content

Commit 399b56c

Browse files
author
Eric Smyth
committed
Change shebang for ./script/src to improve portability across distributions
1 parent b7c9f75 commit 399b56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env sh
22

33
# script/server: Launch the application and any extra required processes
44
# locally.

0 commit comments

Comments
 (0)