# HG changeset patch # User Michael Schloh von Bennewitz # Date 1343863942 -7200 # Node ID 85ef9b73028aa5bf0ff572b8178065ccbbcc9eb0 # Parent 43a74e63d4a3e671a1a1a3f5353847fa590b1f2c Correct typical english grammar mistakes in german linguistics. diff -r 43a74e63d4a3 -r 85ef9b73028a openpkg/sea.sh --- a/openpkg/sea.sh Thu Aug 02 01:28:59 2012 +0200 +++ b/openpkg/sea.sh Thu Aug 02 01:32:22 2012 +0200 @@ -198,7 +198,7 @@ #!/bin/sh #![OpenPKG] ## -## THIS IS AN AUTO-GENERATED SHELL-WRAPPER ARCHIVE +## THIS IS AN AUTOGENERATED SHELL WRAPPER ARCHIVE ## # establish sane environment @@ -207,9 +207,9 @@ export LC_CTYPE umask 022 -# pass-through +# passthrough if [ $# -eq 1 -a ".$1" = ".--tar" ]; then - # pass-through attached payload on stdout + # passthrough attached payload on stdout dd if="$0" bs=2048 skip=1 2>/dev/null rc=$? else @@ -224,7 +224,7 @@ exit 1 fi - # pass-through execution to control script + # passthrough execution to control script (cd "$0.d" && exec sh "./@script@" ${1+"$@"}) rc=$? @@ -238,6 +238,6 @@ # the payload 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 2KB. This +# that the tarball data starts at the predefined offset of 2KB. This # allows us to unpack the tarball by just skipping the leading 2KB.