diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gentoo-editor/files/gentoo-editor-1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gentoo-editor/files/gentoo-editor-1.sh b/app-editors/gentoo-editor/files/gentoo-editor-1.sh index 0a89f483eb58..e43acd2536b1 100644 --- a/app-editors/gentoo-editor/files/gentoo-editor-1.sh +++ b/app-editors/gentoo-editor/files/gentoo-editor-1.sh @@ -19,7 +19,7 @@ fi if [ -z "${EDITOR}" ]; then # Try to get EDITOR from system profile - EDITOR=$(source /etc/profile &>/dev/null; echo "${EDITOR}") + EDITOR=$(. /etc/profile &>/dev/null; echo "${EDITOR}") fi if [ -z "${EDITOR}" ]; then |