From a5564850cef5834f9424e8aae44b51af177d6ec3 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 5 Sep 2011 09:57:44 +0200 Subject: [PATCH] -whitespaces at the end of lines Signed-off-by: Nico Schottelius --- core/__cdist_object_list | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/__cdist_object_list b/core/__cdist_object_list index af209daa..f2785c30 100755 --- a/core/__cdist_object_list +++ b/core/__cdist_object_list @@ -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}\$;;" - ) + ) }