Author: pierre
Date: Wed Apr 24 08:07:04 2019
New Revision: 4103
Log:
Fix a long standing bug in func_compare.sh:
The files in test-logs have the package version in their names
Modified:
jhalfs/trunk/common/libs/func_compare.sh
Modified: jhalfs/trunk/common/libs/func_compare.sh
==============================================================================
--- jhalfs/trunk/common/libs/func_compare.sh Wed Apr 24 08:03:58 2019
(r4102)
+++ jhalfs/trunk/common/libs/func_compare.sh Wed Apr 24 08:07:04 2019
(r4103)
@@ -125,7 +125,7 @@
@if [ -d test-logs ] ; then \\
cd test-logs && \\
mkdir $build && \\
- mv -f ${system_build} $build && \\
+ mv -f `echo ${system_build} | sed 's/ /* /g'`* $build && \\
if [ ! $build = build_1 ] ; then \\
cd $build && \\
for file in \`ls .\` ; do \\
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page