.profile: Fix basename arguments
This commit is contained in:
parent
49ac52a9f8
commit
abde907173
2
.profile
2
.profile
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
# First, what shell are we?
|
# First, what shell are we?
|
||||||
_baseshell="$(basename "$0")"
|
_baseshell="$(basename -- "$0")"
|
||||||
|
|
||||||
# Use Vim if we have it
|
# Use Vim if we have it
|
||||||
export EDITOR="vi"
|
export EDITOR="vi"
|
||||||
|
Reference in New Issue
Block a user