fix broken space
This commit is contained in:
parent
26836e6355
commit
70072fcb65
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ if [[ $- = *i* ]] ; then
|
|||
export MYSHELLCONFIG_VIM_PLUGINS
|
||||
|
||||
# Create necessary directories
|
||||
[ -n "${MYSHELLCONFIG_LOGDIR-x}" ] && mkdir -p "$MYSHELLCONFIG_LOGDIR"
|
||||
[ -n "${MYSHELLCONFIG_LOGDIR-x}" ] && mkdir -p "$MYSHELLCONFIG_LOGDIR"
|
||||
|
||||
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
||||
------- start -------------- $(date) ---------------8<--
|
||||
|
|
Loading…
Reference in a new issue