summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-05-20 17:18:53 (GMT)
committerJoey Hess <joey@kitenet.net>2011-05-20 17:18:53 (GMT)
commit2b3eea5ddf436fe54bb64032650cbde2d9cde4da (patch)
treed9648e4578e42b132875519fdc84694adc2aed03 /functions
parentf957b3b90f103a1468fa499a88eb3d2357367f3c (diff)
downloaddebootstrap-2b3eea5ddf436fe54bb64032650cbde2d9cde4da.zip
debootstrap-2b3eea5ddf436fe54bb64032650cbde2d9cde4da.tar.gz
debootstrap-2b3eea5ddf436fe54bb64032650cbde2d9cde4da.tar.bz2
typo
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index b6e3ba8..725ab15 100644
--- a/functions
+++ b/functions
@@ -452,7 +452,7 @@ apt_dest () {
get_release_checksum () {
local reldest="$1"
local path="$2"
- sed -n "/^[Sa][Hh][Aa]$SHA_SIZE:/,/^[^ ]/p" < "$reldest" | \
+ sed -n "/^[Ss][Hh][Aa]$SHA_SIZE:/,/^[^ ]/p" < "$reldest" | \
while read a b c; do
if [ "$c" = "$path" ]; then echo "$a $b"; fi
done | head -n 1