@@ -0,0 +1,30 @@+guilt-export(1)+===============++NAME+----+guilt-export - Export a patch series (to be used by quilt)++SYNOPSIS+--------+include::usage-guilt-export.txt[]++DESCRIPTION+-----------+Export a guilt series to be used by quilt.++OPTIONS+-------+<target_dir>::+ Name of the directory to export the patch series to.+ (defaults to patches).++Author+------+Written by Pierre Habouzit <madcoder@debian.org>++Documentation+-------------+Documentation by Pierre Habouzit <madcoder@debian.org>++include::footer.txt[]
From: Benjamin Sergeant <hidden> Date: 2016-06-15 22:43:16
For the shebang:
#!/usr/bin/env bash
should works well and should work on non-linux boxes that did not
added a link in /bin/bash.
My 2 cents.
On 6/13/07, Pierre Habouzit [off-list ref] wrote:
@@ -0,0 +1,30 @@+guilt-export(1)+===============++NAME+----+guilt-export - Export a patch series (to be used by quilt)++SYNOPSIS+--------+include::usage-guilt-export.txt[]++DESCRIPTION+-----------+Export a guilt series to be used by quilt.++OPTIONS+-------+<target_dir>::+ Name of the directory to export the patch series to.+ (defaults to patches).++Author+------+Written by Pierre Habouzit <madcoder@debian.org>++Documentation+-------------+Documentation by Pierre Habouzit <madcoder@debian.org>++include::footer.txt[]
1.5.2.1
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Pierre Habouzit <hidden> Date: 2016-06-15 22:43:16
On Wed, Jun 13, 2007 at 08:10:36AM -0700, Benjamin Sergeant wrote:
For the shebang:
#!/usr/bin/env bash
should works well and should work on non-linux boxes that did not
added a link in /bin/bash.
FWIW it would spawn a process for nothin, and every other guilt
command uses that. People using it on non linux box would have to run a
sed on every shebang at install time, that's not _that_ hard anyways,
and is common practice with python or perl scripts e.g. IMHO it's not a
problem.
--
·O· Pierre Habouzit
··O madcoder@debian.org
OOO http://www.madism.org
From: Josef Sipek <hidden> Date: 2016-06-15 22:43:16
On Wed, Jun 13, 2007 at 08:10:36AM -0700, Benjamin Sergeant wrote:
For the shebang:
#!/usr/bin/env bash
should works well and should work on non-linux boxes that did not
added a link in /bin/bash.
Ideally, the best thing to do is to change guilt to use /bin/sh. Right now,
there are a number of bash-isms that are used. And if a system doesn't have
/bin/sh, it doesn't deserve to run any useful software ;)
Patches are welcomed ;)
Josef "Jeff" Sipek.
--
Reality is merely an illusion, albeit a very persistent one.
- Albert Einstein
From: Pierre Habouzit <hidden> Date: 2016-06-15 22:43:16
On Wed, Jun 13, 2007 at 11:54:54AM -0400, Josef Sipek wrote:
On Wed, Jun 13, 2007 at 08:10:36AM -0700, Benjamin Sergeant wrote:
quoted
For the shebang:
#!/usr/bin/env bash
should works well and should work on non-linux boxes that did not
added a link in /bin/bash.
Ideally, the best thing to do is to change guilt to use /bin/sh. Right now,
there are a number of bash-isms that are used. And if a system doesn't have
/bin/sh, it doesn't deserve to run any useful software ;)
Patches are welcomed ;)
Makes sense. I'm currently working on it (so that nobody loses time on
that issue).
I'm mostly done with guilt(1), I still need to take some "local"
variables down (especially in guilt_push or whatever the function name
is). Most of the rest has been dealt with already.
I should send a patch serie towards POSIX-shell-isation soon, as soon
as I've tested the patches with bash, zsh, dash and posh.
Cheers,
--
·O· Pierre Habouzit
··O madcoder@debian.org
OOO http://www.madism.org