From 664125b9c7e5a6f7da39a0414a4fd67f5383d0c5 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Sun, 10 Oct 2004 14:07:40 +0000 Subject: [PATCH] - fixed typo in SourceX-size support Changed files: builder.sh -> 1.278 --- builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.sh b/builder.sh index ef96730..80c29c4 100644 --- a/builder.sh +++ b/builder.sh @@ -657,7 +657,7 @@ get_files() then echo "Updating source-$srcno md5." md5=$(md5sum `nourl $i` | cut -f1 -d' ') - size=$(find $(nourl "$1") -printf "%s" 2>/dev/null) + size=$(find $(nourl "$i") -printf "%s" 2>/dev/null) perl -i -ne ' print unless /^\s*#\s*Source'$srcno'-(md5|size)\s*:/i; print "# Source'$srcno'-md5:\t'$md5'\n# Source'$srcno'-size:\t'$size'\n" -- 2.44.0