fix typos in __debconf_set_selections

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-01-29 23:19:07 +01:00
parent 16d51b3cf1
commit 228ed4dbd2
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@
# Setup selections
#
filename"$(cat "$__object/parameter/file")"
filename="$(cat "$__object/parameter/file")"
if [ "$filename" = "-" ]; then
filename="$__object/stdin"
fi
echo "debconf-set-selections << __file-eof"
cat "$(cat "$filename")"
cat "$filename"
echo "__file-eof"