[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.0-3-g711c464
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Network control utility based on systemd". The branch, master has been updated via 711c46457ae9fef52c7c529d89c67d0d526f73ef (commit) from 2587acda28156f50149a15cad67d0c0bc1eb0bb4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 711c46457ae9fef52c7c529d89c67d0d526f73ef Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon May 6 19:20:25 2013 +0200 Improve array handling When interpreted as an array, the empty string represents a 1-element array consisting of the empty string. This is actually very reasonable. Reported by: Thomas Bächler <thomas@archlinux.org> ----------------------------------------------------------------------- Summary of changes: src/lib/connections/bond | 2 +- src/lib/connections/bridge | 2 +- src/lib/connections/tunnel | 2 +- src/lib/connections/tuntap | 2 +- src/lib/globals | 2 +- src/lib/ip | 58 ++++++++++++++++++++-------------------------- src/netctl.in | 5 ++-- 7 files changed, 33 insertions(+), 40 deletions(-) hooks/post-receive -- Network control utility based on systemd
Am 06.05.2013 19:21, schrieb Jouke Witteveen:
Improve array handling
When interpreted as an array, the empty string represents a 1-element array consisting of the empty string. This is actually very reasonable.
Reported by: Thomas BÀchler <thomas@archlinux.org>
Thanks, that looks fine (although my bash isn't too good).
participants (2)
-
jouke@archlinux.org
-
Thomas Bächler