Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54148
b: refs/heads/master
c: eda890a
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Sam Ravnborg committed May 2, 2007
1 parent c155135 commit 1e7d370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ae57004ca9c38ff8292c38a475c98b0ebbc0d74
refs/heads/master: eda890af7959a79ab10a7a8ae979dadcdba41c58
2 changes: 1 addition & 1 deletion trunk/scripts/gen_initramfs_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dir_filelist() {
${dep_list}header "$1"

srcdir=$(echo "$1" | sed -e 's://*:/:g')
dirlist=$(find "${srcdir}" -printf "%p %m %U %G\n" 2>/dev/null)
dirlist=$(find "${srcdir}" -printf "%p %m %U %G\n")

# If $dirlist is only one line, then the directory is empty
if [ "$(echo "${dirlist}" | wc -l)" -gt 1 ]; then
Expand Down

0 comments on commit 1e7d370

Please sign in to comment.