Skip to content

Commit

Permalink
fixmetadir: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester authored and mariux committed Jan 11, 2016
1 parent b88aaea commit b48119d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/compat-fixmetadir.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
: ${BEE_LIBEXECDIR=@LIBEXECDIR@}

function fix_deprecated_FILES_file() {
local dir=${1}
local ff
local pkg
local cf
local dir=${1}
local ff
local pkg
local cf

for ff in $(find ${dir} \
for ff in $(find ${dir} \
-mindepth 2 \
-maxdepth 2 \
-type f \
Expand Down

0 comments on commit b48119d

Please sign in to comment.