Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: bin/scripts/
Date: Tue, 01 Apr 2014 16:39:04
Message-Id: 1396370196.93f17af72d26c46c9b32a3a79871a05b97e8bb13.dywi@gentoo
1 commit: 93f17af72d26c46c9b32a3a79871a05b97e8bb13
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Tue Apr 1 16:34:57 2014 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Tue Apr 1 16:36:36 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=93f17af7
7
8 bin/scripts/genfiles: minor doc update
9
10 ---
11 bin/scripts/genfiles.sh | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/bin/scripts/genfiles.sh b/bin/scripts/genfiles.sh
15 index 61ee3ab..4f46f64 100755
16 --- a/bin/scripts/genfiles.sh
17 +++ b/bin/scripts/genfiles.sh
18 @@ -11,7 +11,7 @@ OUT_OF_BOUNDS() { die "shift returned non-zero."; }
19 dodir() { [ -d "${1-}" ] || mkdir -p -- "${1}"; }
20
21
22 -# genfile ( infile, destdir_relpath, *query_config_args )
23 +# genfile ( infile, destdir_relpath, *query_config_args, **fail! )
24 #
25 genfile() {
26 local infile destdir destfile fname
27 @@ -38,7 +38,7 @@ genfile() {
28 fi
29 }
30
31 -# genfiles_recursive ( root, root_relpath, *query_config_args )
32 +# genfiles_recursive ( root, root_relpath, *query_config_args, **fail! )
33 #
34 genfiles_recursive() {
35 local root relpath item