Fix stray tab character
This commit is contained in:
parent
734699a6dc
commit
9dab461c9a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$ZSH_VERSION" ]; then
|
||||
emulate sh -c 'source /etc/profile'
|
||||
emulate sh -c 'source /etc/profile'
|
||||
fi
|
||||
|
||||
PATH="/usr/sbin:/sbin:/usr/bin:/bin"
|
||||
|
|
Loading…
Reference in a new issue