From 8d0fed6b3811d169c2529c9470dfcf1f38b90390 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 28 Nov 2012 20:36:15 +0000 Subject: Document REPLACE_*SH. Requested by Tim Larson. --- doc/guide/files/fixes.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/guide') diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 4569fe30a85..bb25d999404 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ - + Making your package work @@ -1062,6 +1062,18 @@ pre-configure: about handling perl modules. + + Packages containing shell scripts + + REPLACE_SH, + REPLACE_BASH, REPLACE_CSH, + and REPLACE_KSH can be used to replace shell + hash bangs in files. Please use the appropriate one, prefering + REPLACE_SH in case this shell is sufficient. + When using REPLACE_BASH, don't forget to add + bash to USE_TOOLS. + + Other programming languages -- cgit v1.2.3