mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Drop a useless and nonstandard -e from the echo in EL_LOG_CONFIG.
This commit is contained in:
parent
e64871f5e2
commit
ec6e7c9044
@ -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])
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user