live-build/functions: Drop spurious backslash

ubuntu/cosmic
Robert C Jennings 7 years ago
parent 936c3dbc79
commit 0dbaf4cc9d

@ -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 \

Loading…
Cancel
Save