extended regexp isn't necessary, simply search for an empty pattern; formatting

This commit is contained in:
Josip Rodin 2003-07-24 15:21:05 +00:00
parent 05f86c5d6e
commit 0a28a20b7f
1 changed files with 3 additions and 4 deletions

View File

@ -18,16 +18,15 @@ cat > debian-installer << EOF
EOF
for arch in $ARCHS ; do
cat >> debian-installer << EOF
cat >> debian-installer << EOF
#ifdef ARCH_$arch
EOF
grep-dctrl -s Package -n -e '.*' \
grep-dctrl -n -s Package '' \
$MIRROR/dists/$CODENAME/main/debian-installer/binary-$arch/Packages \
>> debian-installer
cat >> debian-installer << EOF
cat >> debian-installer << EOF
#endif
EOF