diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002173.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002173.html | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002173.html b/zarb-ml/mageia-sysadm/2011-January/002173.html new file mode 100644 index 000000000..d4b6e1600 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002173.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [821] remove quotes around $* + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B821%5D%20remove%20quotes%20around%20%24%2A&In-Reply-To=%3C20110117184249.D5E76427F4%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002172.html"> + <LINK REL="Next" HREF="002174.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [821] remove quotes around $*</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B821%5D%20remove%20quotes%20around%20%24%2A&In-Reply-To=%3C20110117184249.D5E76427F4%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [821] remove quotes around $*">root at mageia.org + </A><BR> + <I>Mon Jan 17 19:42:49 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002172.html">[Mageia-sysadm] [820] use create-srpm for now +</A></li> + <LI>Next message: <A HREF="002174.html">[Mageia-sysadm] [822] use submit_package now that wrapper is fixed +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2173">[ date ]</a> + <a href="thread.html#2173">[ thread ]</a> + <a href="subject.html#2173">[ subject ]</a> + <a href="author.html#2173">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 821 +Author: boklm +Date: 2011-01-17 19:42:49 +0100 (Mon, 17 Jan 2011) +Log Message: +----------- +remove quotes around $* + +Modified Paths: +-------------- + puppet/modules/buildsystem/templates/submit_package + +Modified: puppet/modules/buildsystem/templates/submit_package +=================================================================== +--- puppet/modules/buildsystem/templates/submit_package 2011-01-17 18:38:36 UTC (rev 820) ++++ puppet/modules/buildsystem/templates/submit_package 2011-01-17 18:42:49 UTC (rev 821) +@@ -21,5 +21,5 @@ + exit 1 + fi + +-exec $createsrpm "$*" ++exec $createsrpm $* + +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110117/caae20fe/attachment.html> +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002172.html">[Mageia-sysadm] [820] use create-srpm for now +</A></li> + <LI>Next message: <A HREF="002174.html">[Mageia-sysadm] [822] use submit_package now that wrapper is fixed +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2173">[ date ]</a> + <a href="thread.html#2173">[ thread ]</a> + <a href="subject.html#2173">[ subject ]</a> + <a href="author.html#2173">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |