mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-10 03:25:05 +00:00
Fix genglue for paths with spaces
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "#include \"$TARGET_ARCH/glue-prologue.h\""
|
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user