diff options
author | André Erdmann <dywi@mailerd.de> | 2014-04-01 18:34:57 +0200 |
---|---|---|
committer | André Erdmann <dywi@mailerd.de> | 2014-04-01 18:36:36 +0200 |
commit | 93f17af72d26c46c9b32a3a79871a05b97e8bb13 (patch) | |
tree | dad715e892a3d22a5f7afeaa79f18ae8a1b8fff8 /bin | |
parent | update roverlay-setup bash completion (diff) | |
download | R_overlay-93f17af72d26c46c9b32a3a79871a05b97e8bb13.tar.gz R_overlay-93f17af72d26c46c9b32a3a79871a05b97e8bb13.tar.bz2 R_overlay-93f17af72d26c46c9b32a3a79871a05b97e8bb13.zip |
bin/scripts/genfiles: minor doc update
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/scripts/genfiles.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/scripts/genfiles.sh b/bin/scripts/genfiles.sh index 61ee3ab..4f46f64 100755 --- a/bin/scripts/genfiles.sh +++ b/bin/scripts/genfiles.sh @@ -11,7 +11,7 @@ OUT_OF_BOUNDS() { die "shift returned non-zero."; } dodir() { [ -d "${1-}" ] || mkdir -p -- "${1}"; } -# genfile ( infile, destdir_relpath, *query_config_args ) +# genfile ( infile, destdir_relpath, *query_config_args, **fail! ) # genfile() { local infile destdir destfile fname @@ -38,7 +38,7 @@ genfile() { fi } -# genfiles_recursive ( root, root_relpath, *query_config_args ) +# genfiles_recursive ( root, root_relpath, *query_config_args, **fail! ) # genfiles_recursive() { local root relpath item |