Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26545
b: refs/heads/master
c: 46ed981
h: refs/heads/master
i:
  26543: ffcd929
v: v3
  • Loading branch information
Sam Ravnborg committed Apr 30, 2006
1 parent 5eccc1a commit 0f181ec
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 72ee59b5797e5d6fe32b5cf3473660a50a02db40
refs/heads/master: 46ed981d5d203703a01137cc58c841d34e90c147
6 changes: 5 additions & 1 deletion trunk/scripts/gen_initramfs_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,11 @@ input_file() {
print_mtime "$1" >> ${output}
cat "$1" >> ${output}
else
grep ^file "$1" | cut -d ' ' -f 3
cat "$1" | while read type dir file perm ; do
if [ "$type" == "file" ]; then
echo "$file \\";
fi
done
fi
elif [ -d "$1" ]; then
dir_filelist "$1"
Expand Down

0 comments on commit 0f181ec

Please sign in to comment.