2008-10-09 05:02 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)

* bin/hb_flst.tmp
  * bin/pack_src.sh
    * small fix to have always the list ordered
This commit is contained in:
Teo Fonrouge
2008-10-09 10:02:02 +00:00
parent 5023de68fa
commit 94c54208ae
3 changed files with 2426 additions and 2421 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-09 05:02 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* bin/hb_flst.tmp
* bin/pack_src.sh
* small fix to have always the list ordered
2008-10-09 04:57 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)
+ bin/hb_flst.tmp
* bin/pack_src.sh

File diff suppressed because it is too large Load Diff

View File

@@ -74,9 +74,9 @@ if [ -d "$hb_rootdir/.svn" ] ; then
# hb_rmflst="yes"
#format=`cat $hb_rootdir/.svn/format`
if [ "$format" = 4 ] || [ "$format" = 8 ]; then
(cd "$hb_rootdir";hb_collect_all) > "$hb_rootdir/$hb_flst"
(cd "$hb_rootdir";hb_collect_all) | sort > "$hb_rootdir/$hb_flst"
else
(cd "$hb_rootdir";hb_collect_all_svn) > "$hb_rootdir/$hb_flst"
(cd "$hb_rootdir";hb_collect_all_svn) | sort > "$hb_rootdir/$hb_flst"
fi
# echo "$hb_flst" >> "$hb_rootdir/$hb_flst"
fi