index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index e61dbe1..90d6b8f 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -333,7 +333,7 @@ if [ -s "${work_dir}/tsort.error" ]; then done # add order to break loops to build list - echo 'break_loops' >> + echo 'break_loops' >> \ "${work_dir}/build-list.new.new" else |