installer.sh: remove leading and trailing quotation marks around files being copied
This commit is contained in:
parent
78ab2998e6
commit
4003456d89
@ -85,7 +85,7 @@ function cp_parser() {
|
|||||||
if [ "$DCOPID" ]; then
|
if [ "$DCOPID" ]; then
|
||||||
dcop_write $"Copying files (/$d)..." `expr $PERCENT / 2 + $prog`
|
dcop_write $"Copying files (/$d)..." `expr $PERCENT / 2 + $prog`
|
||||||
dcop_write_details $"\
|
dcop_write_details $"\
|
||||||
Copying: '$CP_LINE
|
Copying: ${CP_LINE:0:-1}
|
||||||
${MOUNT_SPACE} Mbytes copied
|
${MOUNT_SPACE} Mbytes copied
|
||||||
Installation time: $TIME_ELAPSED minutes"
|
Installation time: $TIME_ELAPSED minutes"
|
||||||
else
|
else
|
||||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||||||
|
|
||||||
#: _from_rc.cc:12
|
#: _from_rc.cc:12
|
||||||
msgid ""
|
msgid ""
|
||||||
"Copyright (c) 2007-2011 by Silvan Calarco\n"
|
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||||
"Released under the terms of the GNU GPL v3 license"
|
"Released under the terms of the GNU GPL v3 license"
|
||||||
msgstr "Copyright (c) 2007-2011 by Silvan Calarco\n"
|
msgstr "Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||||
"Expedido según los términos de la licencia GNU GPL v3"
|
"Expedido según los términos de la licencia GNU GPL v3"
|
||||||
|
|
||||||
#: _from_rc.cc:14
|
#: _from_rc.cc:14
|
||||||
@ -558,11 +558,11 @@ msgid "Installation completed; press Next to continue."
|
|||||||
msgstr "Instalación completa; presiona Siguiente para continuar."
|
msgstr "Instalación completa; presiona Siguiente para continuar."
|
||||||
#: installer.sh:69
|
#: installer.sh:69
|
||||||
msgid ""
|
msgid ""
|
||||||
"Copying: '$CP_LINE\n"
|
"Copying: ${CP_LINE:0:-1}\n"
|
||||||
"${MOUNT_SPACE}bytes copied\n"
|
"${MOUNT_SPACE}bytes copied\n"
|
||||||
"Installation time: $TIME_ELAPSED minutes"
|
"Installation time: $TIME_ELAPSED minutes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Copia di: '$CP_LINE\n"
|
"Copia di: ${CP_LINE:0:-1}\n"
|
||||||
"${MOUNT_SPACE}bytes copiados\n"
|
"${MOUNT_SPACE}bytes copiados\n"
|
||||||
"Tiempo de instalación: $TIME_ELAPSED minutos"
|
"Tiempo de instalación: $TIME_ELAPSED minutos"
|
||||||
#: installer.sh:105
|
#: installer.sh:105
|
||||||
|
@ -562,11 +562,11 @@ msgstr "Installazione completata; premi Successivo per continuare."
|
|||||||
#msgstr "Installazione completata."
|
#msgstr "Installazione completata."
|
||||||
#: installer.sh:69
|
#: installer.sh:69
|
||||||
msgid ""
|
msgid ""
|
||||||
"Copying: '$CP_LINE\n"
|
"Copying: ${CP_LINE:0:-1}\n"
|
||||||
"${MOUNT_SPACE} Mbytes copied\n"
|
"${MOUNT_SPACE} Mbytes copied\n"
|
||||||
"Installation time: $TIME_ELAPSED minutes"
|
"Installation time: $TIME_ELAPSED minutes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Copia di: '$CP_LINE\n"
|
"Copia di: ${CP_LINE:0:-1}\n"
|
||||||
"${MOUNT_SPACE} Mbytes copiati\n"
|
"${MOUNT_SPACE} Mbytes copiati\n"
|
||||||
"Tempo di installazione: $TIME_ELAPSED minuti"
|
"Tempo di installazione: $TIME_ELAPSED minuti"
|
||||||
#: installer.sh:385
|
#: installer.sh:385
|
||||||
|
Loading…
Reference in New Issue
Block a user