[X2Go-Commits] [x2goclient] 61/217: deduplicate.sh: correctly unset an array element.

2016-09-20 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 0e2bc94ff87aa28d86ac7f40847f1741f96b0561
Author: Mihai Moldovan 
Date:   Thu Aug 27 04:46:07 2015 +0200

deduplicate.sh: correctly unset an array element.
---
 debian/changelog |1 +
 deduplicate.sh   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5d09c0d..e0cb84f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -109,6 +109,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
   messages.
 - deduplicate.sh: add first skeleton for library dependency rewriting of
   deleted duplicates.
+- deduplicate.sh: correctly unset an array element.
 
  -- X2Go Release Manager   Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/deduplicate.sh b/deduplicate.sh
index ddf5984..b7d066a 100755
--- a/deduplicate.sh
+++ b/deduplicate.sh
@@ -95,7 +95,7 @@ for entry in ${duplicates[@]}; do
typeset all_entry="${all_files[${i}]}"
typeset relative_path="${all_entry##"${base_dir}/"}"
if [ "${relative_path}" = "${entry}" ]; then
-   all_files[${i}]=""
+   unset all_files[${i}]
fi
done
 done

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [x2goclient] 61/217: deduplicate.sh: correctly unset an array element.

2016-08-27 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 66d0815008cd34127483a837c6d850cf676a64b9
Author: Mihai Moldovan 
Date:   Thu Aug 27 04:46:07 2015 +0200

deduplicate.sh: correctly unset an array element.
---
 debian/changelog |1 +
 deduplicate.sh   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ee1f245..2c1fdee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -142,6 +142,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
   messages.
 - deduplicate.sh: add first skeleton for library dependency rewriting of
   deleted duplicates.
+- deduplicate.sh: correctly unset an array element.
   * debian/control:
 - Maintainer change in package: X2Go Developers .
 - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/deduplicate.sh b/deduplicate.sh
index ddf5984..b7d066a 100755
--- a/deduplicate.sh
+++ b/deduplicate.sh
@@ -95,7 +95,7 @@ for entry in ${duplicates[@]}; do
typeset all_entry="${all_files[${i}]}"
typeset relative_path="${all_entry##"${base_dir}/"}"
if [ "${relative_path}" = "${entry}" ]; then
-   all_files[${i}]=""
+   unset all_files[${i}]
fi
done
 done

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits