Skip to content

Commit 4817385

Browse files
authored
Update tap-driver
Adds the recommended shebang syntax -- the previous way breaks on sample AWS Elastic Beanstalk PHP environments.
1 parent 4f74571 commit 4817385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/tap-driver

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
# Copyright (C) 2011-2013 Free Software Foundation, Inc.
33
#
44
# This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)