mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-04 23:01:15 +00:00
live-build/functions: Drop spurious backslash
This commit is contained in:
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…
x
Reference in New Issue
Block a user