Improved compatibility: change"/bin/[x]" to "/usr/bin/env [x]" (#265)
changed paths of the form "/bin/[x]" into "/usr/bin/env [x]" (#265)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/zsh
|
||||
#!/usr/bin/env zsh
|
||||
# The MIT License (MIT)
|
||||
|
||||
# Copyright (c) 2014 Stack Exchange, Inc.
|
||||
|
||||
Reference in New Issue
Block a user