Skip to content

Commit d51adef

Browse files
narogaxzyfer
authored andcommitted
Update tap-driver
Adds the recommended shebang syntax -- the previous way breaks on sample AWS Elastic Beanstalk PHP environments.
1 parent adaa8cf commit d51adef

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)