| Submitter | Filip Zyzniewski |
|---|---|
| Date | Feb. 5, 2011, 5:26 p.m. |
| Message ID | <1296926769-2006-1-git-send-email-filip.zyzniewski@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/460/ |
| State | Superseded |
| Headers | show |
Comments
On 2/6/11, Martin Jansa <martin.jansa@gmail.com> wrote: > And please rebase it on top of master, as first line was changed few > days ago, so this won't apply anymore. Well first line is fixed now and the others are if 0'ed anyway, so I don't think there is a point in applying it anymore. I've marked this patch in patchwork as superseded. bye, Filip
Patch
diff --git a/recipes/gnu-config/files/gnu-configize.in b/recipes/gnu-config/files/gnu-configize.in index be8580c..adf9c0e 100755 --- a/recipes/gnu-config/files/gnu-configize.in +++ b/recipes/gnu-config/files/gnu-configize.in @@ -1,7 +1,7 @@ -#! /usr/bin/perl -w +#! /usr/bin/env perl # -*- perl -*- -eval 'case $# in 0) exec /usr/bin/perl -S "$0";; *) exec /usr/bin/perl -S "$0" "$@";; esac' +eval 'case $# in 0) exec perl -S "$0";; *) exec perl -S "$0" "$@";; esac' if 0; # gnu-configize - install the GNU config.guess / config.sub in a directory tree