Introduce end-of-line normalization

This commit is contained in:
Matt Gates 2017-07-23 09:24:56 -04:00
parent 51cd1c7a00
commit 4bab0508c5
2 changed files with 4 additions and 4 deletions

View File

@ -134,7 +134,7 @@ trap exitmode SIGINT SIGHUP
source lib/exitmode.sh
#Languages for the web interface
source language/source
source language/source.sh
# Design
function top(){
@ -1352,7 +1352,7 @@ function ConnectionRESET {
echo
totallines=46 # number of selection lines to print
itemprinted=0
for line in $( seq 1 $((totallines/2+1)) ); do
for column in {0..1}; do
n=$line
@ -1416,8 +1416,8 @@ function ConnectionRESET {
done
echo
done
echo
echo -n "#? "
read webconf