Skip to content

Commit 97c222f

Browse files
authored
Merge pull request #2466 from naroga/master
Use /usr/bin/env sh shebang line in tap-driver
2 parents b6bc02e + 0472f1a commit 97c222f

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)