Adopts scripts to new bash version

This commit is contained in:
Stas Degteff 2007-01-16 07:12:39 +00:00
parent 7a7919d549
commit 3826d92f9a
2 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,10 @@ printf '[Compiled using MS Visual C++]\r\n' >>${dizfile}
printf 'Snapshot (development version)\r\n' >>${dizfile}
printf 'This is unstable release and\r\n' >>${dizfile}
printf 'it should be used for testing\r\n' >>${dizfile}
printf '------------------------------\r\n' >>${dizfile}
printf -- '------------------------------\r\n' >>${dizfile}
printf 'GoldED+ is a successor of the\r\n' >>${dizfile}
printf 'wellknown GoldED mail editor.\r\n' >>${dizfile}
printf '------------------------------\r\n' >>${dizfile}
printf -- '------------------------------\r\n' >>${dizfile}
printf ' *http://golded-plus.sf.net* \r\n' >>${dizfile}
make docs

View File

@ -37,10 +37,10 @@ printf '[Compiled using MinGW/Cygwin]\r\n' >>${dizfile}
printf 'Snapshot (development version)\r\n' >>${dizfile}
printf 'This is unstable release and\r\n' >>${dizfile}
printf 'it should be used for testing.\r\n' >>${dizfile}
printf '------------------------------\r\n' >>${dizfile}
printf -- '------------------------------\r\n' >>${dizfile}
printf 'GoldED+ is a successor of the\r\n' >>${dizfile}
printf 'wellknown GoldED mail editor.\r\n' >>${dizfile}
printf '------------------------------\r\n' >>${dizfile}
printf -- '------------------------------\r\n' >>${dizfile}
printf '*golded-plus.sourceforge.net* \r\n' >>${dizfile}
rm bin/*cyg.exe