summaryrefslogtreecommitdiffstats
path: root/src/util/libupdate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/libupdate.sh')
-rw-r--r--src/util/libupdate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/libupdate.sh b/src/util/libupdate.sh
index fe0dab8e94..8c3e61ece2 100644
--- a/src/util/libupdate.sh
+++ b/src/util/libupdate.sh
@@ -25,7 +25,7 @@ oblist=$2
shift
shift
for dir do
- oblists="$oblists${oblists+ }$dir/$oblist"
+ oblists="$oblists${oblists+ }$dir/$oblist";
done
stamp=`echo $library | sed -e 's/.a$/.stamp/'`
@@ -41,4 +41,4 @@ echo "Updating library $library from $oblists"
$rmcmd
$arcmd $library `for dir do (cd $dir; cat $oblist | \
- sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g") done`
+ sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g"); done`