live-build/functions: Drop spurious backslash

This commit is contained in:
Robert C Jennings 2018-04-06 20:14:23 -05:00
parent 936c3dbc79
commit 0dbaf4cc9d

View File

@ -425,7 +425,7 @@ snap_prepare() {
> "$account_key_assertion"
fi
account=$(sed -n -e's/account-id: //p' \ < "$account_key_assertion")
account=$(sed -n -e's/account-id: //p' < "$account_key_assertion")
if ! [ -e "$account_assertion" ] ; then
snap known --remote account account-id=$account \