Fix typo & align the comments

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-02-07 19:45:54 +02:00
parent 09f806c383
commit 7c97624edd

View file

@ -1,3 +1,3 @@
sed -i "s/2014-2021/2014-2022/g" {} \; #Update the Copyright year
sed -i 's/^/# /' slackware-mirrors #Add first char (#) per line
sed -i 's/ *$//' slackware-mirrors #Remove space the end of line
sed -i "s/2014-2021/2014-2022/g" {} \; # Update the Copyright year
sed -i 's/^/# /' slackware-mirrors # Add first char (#) per line
sed -i 's/ *$//' slackware-mirrors # Remove spaces the end of line