mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 02:10:08 +00:00
explicitly removing null bytes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3f0636619d
commit
b368ffc69d
5
Makefile
5
Makefile
@ -248,10 +248,9 @@ LN := cp -l
|
|||||||
DEPENDS.txt: $(MODULE).cls
|
DEPENDS.txt: $(MODULE).cls
|
||||||
cat $< \
|
cat $< \
|
||||||
| grep -Ezo '\s*\\RequirePackage(\[[^]]*\])?\{[^}]*\}' \
|
| grep -Ezo '\s*\\RequirePackage(\[[^]]*\])?\{[^}]*\}' \
|
||||||
| sed \
|
| sed -e 's/.*{\(.*\)}/hard \1\n/' \
|
||||||
-e 's/.*{\(.*\)}/hard \1\n/' \
|
|
||||||
-e 's/\x0/\n/' \
|
|
||||||
| grep -a hard \
|
| grep -a hard \
|
||||||
|
| tr -d '\000' \
|
||||||
> $@
|
> $@
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user