Align continuation backslashes
This commit is contained in:
parent
48fc6b0db7
commit
cec8778578
1 changed files with 3 additions and 3 deletions
6
yadm
6
yadm
|
@ -255,10 +255,10 @@ function alt() {
|
||||||
if envtpl_available; then
|
if envtpl_available; then
|
||||||
debug "Creating $real_file from template $tracked_file"
|
debug "Creating $real_file from template $tracked_file"
|
||||||
[ -n "$loud" ] && echo "Creating $real_file from template $tracked_file"
|
[ -n "$loud" ] && echo "Creating $real_file from template $tracked_file"
|
||||||
YADM_CLASS="$local_class" \
|
YADM_CLASS="$local_class" \
|
||||||
YADM_OS="$local_system" \
|
YADM_OS="$local_system" \
|
||||||
YADM_HOSTNAME="$local_host" \
|
YADM_HOSTNAME="$local_host" \
|
||||||
YADM_USER="$local_user" \
|
YADM_USER="$local_user" \
|
||||||
YADM_DISTRO=$(query_distro) \
|
YADM_DISTRO=$(query_distro) \
|
||||||
"$ENVTPL_PROGRAM" --keep-template "$tracked_file" -o "$real_file"
|
"$ENVTPL_PROGRAM" --keep-template "$tracked_file" -o "$real_file"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue