|
@@ -13,6 +13,8 @@ if [ -f $new_hosts_file ]; then
|
|
printf "" > $new_hosts_file
|
|
printf "" > $new_hosts_file
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+export LC_ALL="C"
|
|
|
|
+
|
|
printf "\
|
|
printf "\
|
|
|
|
|
|
|
|
|
|
@@ -25,11 +27,13 @@ printf "\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
|
|
|
|
|
|
|
|
" >> $new_hosts_file
|
|
" >> $new_hosts_file
|
|
|
|
|
|
|
|
+unset LC_ALL
|
|
|
|
+
|
|
printf "\r\n::1 localhost\r\n\r\n" >> $new_hosts_file
|
|
printf "\r\n::1 localhost\r\n\r\n" >> $new_hosts_file
|
|
|
|
|
|
cat snippets/??_*.txt >> $new_hosts_file
|
|
cat snippets/??_*.txt >> $new_hosts_file
|