summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/update-txml.sh
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-12-20 00:56:45 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-12-20 00:56:45 (GMT)
commit0388c7ac478187ff8d264b6e0275a4c4a43796b9 (patch)
tree7e62439ebf72b6369ee7b1daa370e6251c06b7e0 /test/samples/w3c/update-txml.sh
parent22e22bfd0965e01fea041e053873d352387805f6 (diff)
downloaduscxml-0388c7ac478187ff8d264b6e0275a4c4a43796b9.zip
uscxml-0388c7ac478187ff8d264b6e0275a4c4a43796b9.tar.gz
uscxml-0388c7ac478187ff8d264b6e0275a4c4a43796b9.tar.bz2
Performance and bugfix for WebSockets
Diffstat (limited to 'test/samples/w3c/update-txml.sh')
-rwxr-xr-xtest/samples/w3c/update-txml.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/samples/w3c/update-txml.sh b/test/samples/w3c/update-txml.sh
index 3c7255b..074318d 100755
--- a/test/samples/w3c/update-txml.sh
+++ b/test/samples/w3c/update-txml.sh
@@ -1,7 +1,7 @@
#!/bin/bash
wget -rl1 -Atxml,txt,xsl http://www.w3.org/Voice/2013/scxml-irp/
-find ./www.w3.org -name *.txml -exec cp {} ./txml \;
-find ./www.w3.org -name *.txt -exec cp {} ./txml \;
-find ./www.w3.org -name *.xsl -exec cp {} . \;
+find ./www.w3.org -name "*.txml" -exec cp {} ./txml \;
+find ./www.w3.org -name "*.txt" -exec cp {} ./txml \;
+find ./www.w3.org -name "*.xsl" -exec cp {} . \;
rm -rf www.w3.org \ No newline at end of file