Fix stray tab character

This commit is contained in:
Anthony Rose 2021-02-05 17:13:56 +00:00
parent 734699a6dc
commit 9dab461c9a

View file

@ -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"