[PATCH 2 of 4] Deleted trailing white space

Wald Commits scm-commit at wald.intevation.org
Wed Sep 17 15:06:36 CEST 2014


# HG changeset patch
# User Sascha Wilde <wilde at intevation.de>
# Date 1410952413 -7200
# Node ID 54a6fa9e44cfec90abf574e7b4db5445881cdce2
# Parent  db43c9a6293530ba0203863b7eb0621ac628c9ed
Deleted trailing white space.

diff -r db43c9a62935 -r 54a6fa9e44cf packaging/linux-installer.inc.in
--- 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"


More information about the Trustbridge-commits mailing list