diff -r 59ebdf31607e -r 43a74e63d4a3 openpkg/etc.wrapsrc.sh --- a/openpkg/etc.wrapsrc.sh Thu Aug 02 01:14:45 2012 +0200 +++ b/openpkg/etc.wrapsrc.sh Thu Aug 02 01:28:59 2012 +0200 @@ -39,7 +39,7 @@ export LC_CTYPE umask 022 -# pre-parse command line options +# preparse command line options for opt do case $opt in @@ -146,12 +146,12 @@ rm -rf $l_dir >/dev/null 2>&1 # die explicitly just before the shell would discover -# that we carry mega-bytes of data with us... +# that we carry megabytes of data with us... exit 0 # the distribution tarball is appended in raw format directly to the # end of this script, just leaded by padding whitespaces which make -# sure that the tarball data starts at the pre-defined offset of 64KB. +# sure that the tarball data starts at the predefined offset of 64KB. # This allows us to unpack the tarball by just skipping the leading # 64KB (= 8192*8, see above).