aboutsummaryrefslogtreecommitdiff
path: root/toxy
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-03-30 21:53:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-03-30 21:53:09 +0000
commit19bf51d806348ed406d15c594a4c0821fe82593f (patch)
treec54f53d2f2a9a948eaae62511e70e6a6bd218ea9 /toxy
parente8f2fa5ebfe7a5ce69331cb1b4dc8bc8fdacb922 (diff)
fixed strict sh compatibility issues
svn path=/trunk/externals/miXed/; revision=7525
Diffstat (limited to 'toxy')
-rw-r--r--toxy/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/toxy/Makefile b/toxy/Makefile
index cd9cd5a..5527532 100644
--- a/toxy/Makefile
+++ b/toxy/Makefile
@@ -9,8 +9,7 @@ checkwiq:
$(WIQFILE): $(WIDPATH)
@echo transferring widget definitions from \"$<\" to \"$@\"
# LATER think how to replace puts with pdtk_post
- @echo -e '// Do not edit this file (edit "$<", and run "make").\
-\n//\nputs stderr [concat loading built-in widget definitions]' \
+ @echo '// Do not edit this file (edit "$<", and run "make").\n//\nputs stderr [concat loading built-in widget definitions]' \
| cat - $< | sed \
-e '1,\|//$$|{p;d;}' \
-e 's/\([\\\"]\)/\\\1/g' \