aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/keyringer/actions/append3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/keyringer/actions/append b/lib/keyringer/actions/append
index 30c2d5b..e945bff 100755
--- a/lib/keyringer/actions/append
+++ b/lib/keyringer/actions/append
@@ -21,9 +21,6 @@ if [ "$BASENAME" == "append" ]; then
printf "Now please write the content to be appended on %s, finnishing with Ctrl-D:\n" "$FILE"
fi
-# FIXME: dkg doesn't know how to check that this does proper escaping
-# (2010-11-16)
-
APPEND=($(cat -))
NEW=( ${CONTENT[@]} ${APPEND[@]} )