no need to unset filter-lines
This commit is contained in:
parent
b17ff6319a
commit
1716a81e82
@ -10,9 +10,6 @@ export AR=x86_64-luna-ar
|
|||||||
export ASM=nasm
|
export ASM=nasm
|
||||||
export STRIP=x86_64-luna-strip
|
export STRIP=x86_64-luna-strip
|
||||||
|
|
||||||
if ! command -v filter-lines >/dev/null
|
|
||||||
then unset filter-lines
|
|
||||||
fi
|
|
||||||
filter-lines()
|
filter-lines()
|
||||||
{
|
{
|
||||||
sed $'s|^|\x1b[32m('"$1/$2"$')\x1b[39m |'
|
sed $'s|^|\x1b[32m('"$1/$2"$')\x1b[39m |'
|
||||||
|
Loading…
Reference in New Issue
Block a user