diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-10-28 17:16:24 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-10-28 17:16:24 +0000 |
commit | 810b3a6928dc0e640a1d6736efa82c864fbc005b (patch) | |
tree | 53f6d3241a8ea29b67db0a5dee3ee997949ceef5 /functions | |
parent | abc59dcff4a0c930f6cdd4c562e55dd36574b4a2 (diff) | |
download | repoctl-810b3a6928dc0e640a1d6736efa82c864fbc005b.tar repoctl-810b3a6928dc0e640a1d6736efa82c864fbc005b.tar.gz repoctl-810b3a6928dc0e640a1d6736efa82c864fbc005b.tar.bz2 repoctl-810b3a6928dc0e640a1d6736efa82c864fbc005b.tar.xz repoctl-810b3a6928dc0e640a1d6736efa82c864fbc005b.zip |
fix output
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |