Mercurial > trustbridge
changeset 1133:54a6fa9e44cf
Deleted trailing white space.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Wed, 17 Sep 2014 13:13:33 +0200 |
parents | db43c9a62935 |
children | f1384bf9d4a4 |
files | packaging/linux-installer.inc.in |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/packaging/linux-installer.inc.in Wed Sep 17 13:13:11 2014 +0200 +++ b/packaging/linux-installer.inc.in Wed Sep 17 13:13:33 2014 +0200 @@ -1,7 +1,7 @@ #!/bin/bash # Um TrustBridge zu installieren: # 1. Prüfen Sie ob Sie dieser Datei genügend vertrauen, um ihr die Kontrolle -# über diesen Rechner zu übergeben. Beispielsweise durch Vergleich mit +# über diesen Rechner zu übergeben. Beispielsweise durch Vergleich mit # einer starken Prüfsumme aus einer zweiten, unabhängigen Quelle. # 2. Öffnen Sie eine Kommandozeile, z.B. klicken Sie auf das "Terminal"-Symbol. # 3. Wechseln Sie in das Verzeichnis, in welchem diese Datei gespeichert ist. @@ -22,10 +22,10 @@ # 3. Change your working directory to where this file is stored. # For example type "cd ~/Desktop" on your command line. # 4. Start the installation on the command line, e.g. for the current user -# only by typing something like "bash TrustBridge-1.0.0-i386.sh". +# only by typing something like "bash TrustBridge-1.0.0-i386.sh". # Hint: If you press the tab-key after "Tr" it may complete the filename. # -# N.B. We could not have used a .deb package, because the installation must +# N.B. We could not have used a .deb package, because the installation must # also work without without adminstrator priviledges. # # @@ -279,7 +279,7 @@ temp_dirs+=("${instcfg[PREFIX]}/$lock_dir") fi temp_dirs+=("$extra_bin_path") - + for dir in "${temp_dirs[@]}" ; do [ -d "$dir" ] && rm -rf "$dir"