fixed skiplists processing again

This commit is contained in:
Дмитрий Левин 2002-10-04 22:45:05 +00:00
parent 78127a6907
commit befa30e3f5
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -e -f +B
#!/bin/sh -ef
#
# find-provides - generate list of linux-specific package provides.
# Inspired by tool with same name from RPM distribution.

View File

@ -1,4 +1,4 @@
#!/bin/sh -e -f +B
#!/bin/sh -ef
#
# find-requires - generate list of linux-specific package requires.
# Inspired by tool with same name from RPM distribution.

View File

@ -1,4 +1,4 @@
#!/bin/sh -e -f +B
#!/bin/sh -ef
#
# fixup-binconfig - /usr/bin/*-config fixups.
#

View File

@ -1,4 +1,4 @@
#!/bin/sh -e -f +B
#!/bin/sh -ef
#
# fixup-libtool - libtool .la-files fixups.
#

View File

@ -1,4 +1,4 @@
#!/bin/sh -e -f +B
#!/bin/sh -ef
#
# fixup-pkgconfig - /usr/lib/pkgconfig/*.pc fixups.
#

View File

@ -1,4 +1,4 @@
#!/bin/sh -e -f +B
#!/bin/sh -ef
#
# strip_files - strip files helper.
#

View File

@ -1,4 +1,4 @@
#!/bin/sh -e -f +B
#!/bin/sh -ef
#
# verify-elf - verify ELF objects.
#