fixed skiplists processing again
This commit is contained in:
parent
78127a6907
commit
befa30e3f5
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e -f +B
|
||||
#!/bin/sh -ef
|
||||
#
|
||||
# fixup-binconfig - /usr/bin/*-config fixups.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e -f +B
|
||||
#!/bin/sh -ef
|
||||
#
|
||||
# fixup-libtool - libtool .la-files fixups.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e -f +B
|
||||
#!/bin/sh -ef
|
||||
#
|
||||
# fixup-pkgconfig - /usr/lib/pkgconfig/*.pc fixups.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e -f +B
|
||||
#!/bin/sh -ef
|
||||
#
|
||||
# strip_files - strip files helper.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e -f +B
|
||||
#!/bin/sh -ef
|
||||
#
|
||||
# verify-elf - verify ELF objects.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user