[X2Go-Commits] [x2goclient] 57/179: deduplicate.sh: add missed local variable declaration.
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Mon Jun 20 23:55:09 CEST 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch bugfix/osx
in repository x2goclient.
commit 3c4978a3b6488a87da18ab3777236fed0376b211
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Aug 26 22:26:52 2015 +0200
    deduplicate.sh: add missed local variable declaration.
---
 debian/changelog |    1 +
 deduplicate.sh   |    1 +
 2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 20aa3b0..ef4e568 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -131,6 +131,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
     - deduplicate.sh: add new, more or less Proof of Concept, and Work in
       Progress file deduplication script.
     - deduplicate.sh: add duplicates-to-real mapping.
+    - deduplicate.sh: add missed local variable declaration.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
 
diff --git a/deduplicate.sh b/deduplicate.sh
index 19dc584..30fd3ad 100755
--- a/deduplicate.sh
+++ b/deduplicate.sh
@@ -84,6 +84,7 @@ typeset -a to_files
 for entry in ${duplicates[@]}; do
 	typeset filename="$(basename "${entry}")"
 
+	typeset all_entry=""
 	for all_entry in ${all_files[@]}; do
 		typeset all_entry_filename="$(basename "${all_entry}")"
 
--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
    
    
More information about the x2go-commits
mailing list