[Commits] (markie) Refine curl command - previous form might fail
and still leave an empty output file
commits at osafoundation.org
commits at osafoundation.org
Thu Apr 15 10:39:45 PDT 2004
Commit by: markie
Modified files:
external/Makefile 1.13 1.14
Log message:
Refine curl command - previous form might fail and still leave an empty output file
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.diff?r1=text&tr1=1.13&r2=text&tr2=1.14
Index: external/Makefile
diff -u external/Makefile:1.13 external/Makefile:1.14
--- external/Makefile:1.13 Wed Apr 14 22:23:47 2004
+++ external/Makefile Thu Apr 15 10:39:15 2004
@@ -39,7 +39,7 @@
tar -cvf sources-$(VERSION).tar $(SOURCES)
sources-$(VERSION).tar:
- curl http://builds.osafoundation.org/external/sources-$(VERSION).tar > sources-$(VERSION).tar
+ curl -O http://builds.o11n.org/external/sources-$(VERSION).tar
expand: env sources-$(VERSION).tar
tar xvf sources-$(VERSION).tar
More information about the Commits
mailing list