From 810b3a6928dc0e640a1d6736efa82c864fbc005b Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 28 Oct 2011 17:16:24 +0000 Subject: fix output --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index b958d5f..c40cff0 100644 --- a/functions +++ b/functions @@ -230,7 +230,7 @@ function move_pkg_file() fi if [ -z "$dst_distrorelease$dst_section$dst_sectionrepo$src_distrorelease$src_section$src_sectionrepo" ] then - echo "$srcfile" >> "output" + echo "$srcfile" >> "$output" fi } -- cgit v1.2.1