.profile: Fix basename arguments

This commit is contained in:
Salt 2018-12-08 20:56:30 -06:00
parent 49ac52a9f8
commit abde907173

View File

@ -40,7 +40,7 @@
# Environment variables
# First, what shell are we?
_baseshell="$(basename "$0")"
_baseshell="$(basename -- "$0")"
# Use Vim if we have it
export EDITOR="vi"