aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
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
}