diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-16 14:31:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-16 14:31:41 +0200 |
commit | f6dd446a3d030a424ff25e1213ab7d55abdcd86d (patch) | |
tree | 422e912b48fb4518dd6c1d46e2d246d578947e4f /package/pkgmaker | |
parent | 26f4115d3bfad72ab834ae38591ee8542d0f8b89 (diff) | |
parent | 365066d25eaed1f5e47030d593888b922a84c11c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pkgmaker')
-rw-r--r-- | package/pkgmaker | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/pkgmaker b/package/pkgmaker index 2975da22b..34bd129e6 100644 --- a/package/pkgmaker +++ b/package/pkgmaker @@ -336,9 +336,6 @@ done <package_sections >package_section_list # create the Config.in.auto from the sorted list from above cursec="" sort -k 3 -k 1 -f package_section_list | while read name file section; do - pbar="Pass 4: $name ..." - print -nu2 "$pbar\r" - if [[ $cursec != $section ]]; then [[ -n $cursec ]] && print "endmenu\n" |