Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/distrib/acorn32 Pull up revision 1.5 (requested by abs ...
details: https://anonhg.NetBSD.org/src/rev/3210de26ab98
branches: netbsd-2-0
changeset: 561432:3210de26ab98
user: tron <tron%NetBSD.org@localhost>
date: Thu Jun 17 08:36:17 2004 +0000
description:
Pull up revision 1.5 (requested by abs in ticket #497):
Quote some filenames (committed for gavan)
diffstat:
distrib/acorn32/mksparkive.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r bb41d70b4f08 -r 3210de26ab98 distrib/acorn32/mksparkive.sh
--- a/distrib/acorn32/mksparkive.sh Thu Jun 17 08:35:16 2004 +0000
+++ b/distrib/acorn32/mksparkive.sh Thu Jun 17 08:36:17 2004 +0000
@@ -101,9 +101,9 @@
# CRC
if [ "$compressed" -ne 0 ]
then
- print2 `${TOOL_SPARKCRC} $statfilename`
+ print2 `${TOOL_SPARKCRC} "$statfilename"`
else
- print2 `${TOOL_SPARKCRC} $filename`
+ print2 `${TOOL_SPARKCRC} "$filename"`
fi
# Original file length
if [ "$compressed" -ne 0 ]
Home |
Main Index |
Thread Index |
Old Index