mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Add shebang in tool script headers for portability
This commit is contained in:
parent
4ce7f0a37f
commit
54c64d16c0
4 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
ZSH=`/usr/bin/env|grep 'ZSH='|cut -d '=' -f 2`
|
||||
if [ -d "$ZSH" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue