summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorScott Moser <[email protected]>2013-08-27 00:27:06 -0400
committerScott Moser <[email protected]>2013-08-27 00:27:06 -0400
commite9b4d70368cc70aa611f08374446fb677a06599a (patch)
tree8738345243b062ffa44ff6ba74d7ebac4084196a /helpers
parentd12009180894a1ea1db9553072be0a89acb3ad23 (diff)
remove obsolete variable
bzr-revno: 41
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/shell-archive1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/shell-archive b/helpers/shell-archive
index 6d1646f4..c6e59679 100755
--- a/helpers/shell-archive
+++ b/helpers/shell-archive
@@ -47,7 +47,6 @@ write_extractor() {
cat <<"END_EXTRACTOR"
VERBOSITY=0
INFO_KEYS=("LABEL" "PREFIX" "COMMAND" "CREATE_TIME" "MD5SUM")
-MARKER="_____PAYLOAD_____"
error() { echo "$@" 1>&2; }
fail() { [ $# -eq 0 ] || error "$@"; exit 1; }