Skip to content

Commit e7c29d5

Browse files
authored
Merge pull request #123 from CodeForPhilly/issue_86
Change shebang for ./script/src to improve portability
2 parents ce50a79 + ee4098b commit e7c29d5

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)