[PATCH util-modular 04/10] release.sh: use $section_path where possible

Emil Velikov emil.l.velikov at gmail.com
Fri Jul 1 14:44:45 UTC 2016


From: Emil Velikov <emil.velikov at collabora.com>

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index 0393a00..f16cc93 100755
--- a/release.sh
+++ b/release.sh
@@ -562,7 +562,7 @@ process_module() {
        [ x"$section" = xweston ]; then
         host_current=$host_wayland
         section_path="releases"
-        srv_path="/srv/$host_current/www/releases"
+        srv_path="/srv/$host_current/www/$section_path"
         list_to=$list_wayland
         unset list_cc
     elif [ x"$section" = xlibinput ]; then
-- 
2.8.2



More information about the xorg-devel mailing list