1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-26 02:46:13 -04:00

Drop a useless and nonstandard -e from the echo in EL_LOG_CONFIG.

This commit is contained in:
Miciah Dashiel Butler Masters 2005-12-26 10:37:32 +00:00 committed by Miciah Dashiel Butler Masters
parent e64871f5e2
commit ec6e7c9044

View File

@ -32,7 +32,7 @@ AC_DEFUN([EL_LOG_CONFIG],
value="[$]$1"
fi
echo -e "$about $dots $value" >> features.log
echo "$about $dots $value" >> features.log
AC_SUBST([$1])
])