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:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user