1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Remove trailing whitespace

This commit is contained in:
Tim Byrne
2017-03-30 21:58:26 -05:00
parent 5f47794104
commit aaa4152fac
3 changed files with 10 additions and 10 deletions

2
yadm
View File

@@ -199,7 +199,7 @@ function alt() {
#; for every file which is a *##yadm_tmpl create a real file
local IFS=$'\n'
local match="^(.+)##yadm_tmpl"
local envtpl_bin=$(which envtpl)
local envtpl_bin=$(which envtpl)
for tracked_file in $("$GIT_PROGRAM" ls-files | sort) $(cat "$YADM_ENCRYPT" 2>/dev/null); do
tracked_file="$YADM_WORK/$tracked_file"
if [ -e "$tracked_file" ] ; then