-whitespaces at the end of lines
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
368ea87b89
commit
a5564850ce
1 changed files with 3 additions and 3 deletions
|
@ -27,10 +27,10 @@ __cdist_object_list()
|
|||
local basedir="$1"; shift
|
||||
|
||||
# Use subshell to prevent changing cwd in program
|
||||
(
|
||||
(
|
||||
cd "${basedir}"
|
||||
|
||||
find . -name "$__cdist_name_dot_cdist" | \
|
||||
find . -name "$__cdist_name_dot_cdist" | \
|
||||
sed -e 's;^./;;' -e "s;/${__cdist_name_dot_cdist}\$;;"
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue