-whitespaces at the end of lines

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-05 09:57:44 +02:00
parent 368ea87b89
commit a5564850ce
1 changed files with 3 additions and 3 deletions

View File

@ -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}\$;;"
)
)
}