mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-03-30 06:29:39 +00:00
Fix genglue for paths with spaces
This commit is contained in:
parent
8921f79a14
commit
99953ea90a
@ -1,5 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "#include \"$TARGET_ARCH/glue-prologue.h\""
|
||||
grep -E -h '(GLUE_)|(#[ ]*if)|(#[ ]*endif)|(#[ ]*else)|(#[ ]*elif)' $*
|
||||
exit 0
|
||||
|
||||
while test "x$1" != "x" ; do
|
||||
grep -E -h '(GLUE_)|(#[ ]*if)|(#[ ]*endif)|(#[ ]*else)|(#[ ]*elif)' "$1"
|
||||
shift
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user