Thu, 02 Aug 2012 01:32:22 +0200
Correct typical english grammar mistakes in german linguistics.
openpkg/sea.sh | file | annotate | diff | comparison | revisions |
1.1 --- a/openpkg/sea.sh Thu Aug 02 01:28:59 2012 +0200 1.2 +++ b/openpkg/sea.sh Thu Aug 02 01:32:22 2012 +0200 1.3 @@ -198,7 +198,7 @@ 1.4 #!/bin/sh 1.5 #![OpenPKG] 1.6 ## 1.7 -## THIS IS AN AUTO-GENERATED SHELL-WRAPPER ARCHIVE 1.8 +## THIS IS AN AUTOGENERATED SHELL WRAPPER ARCHIVE 1.9 ## 1.10 1.11 # establish sane environment 1.12 @@ -207,9 +207,9 @@ 1.13 export LC_CTYPE 1.14 umask 022 1.15 1.16 -# pass-through 1.17 +# passthrough 1.18 if [ $# -eq 1 -a ".$1" = ".--tar" ]; then 1.19 - # pass-through attached payload on stdout 1.20 + # passthrough attached payload on stdout 1.21 dd if="$0" bs=2048 skip=1 2>/dev/null 1.22 rc=$? 1.23 else 1.24 @@ -224,7 +224,7 @@ 1.25 exit 1 1.26 fi 1.27 1.28 - # pass-through execution to control script 1.29 + # passthrough execution to control script 1.30 (cd "$0.d" && exec sh "./@script@" ${1+"$@"}) 1.31 rc=$? 1.32 1.33 @@ -238,6 +238,6 @@ 1.34 1.35 # the payload tarball is appended in raw format directly to the end 1.36 # of this script, just leaded by padding whitespaces which make sure 1.37 -# that the tarball data starts at the pre-defined offset of 2KB. This 1.38 +# that the tarball data starts at the predefined offset of 2KB. This 1.39 # allows us to unpack the tarball by just skipping the leading 2KB. 1.40