Add missing _ to $_punct.

Submitted by:	Dmitry Pryanishnikov <dmitry at atlantis.dp.ua>
This commit is contained in:
Brooks Davis 2006-04-13 18:27:49 +00:00
parent e4b2624f46
commit ebd1e9136f

View File

@ -128,7 +128,7 @@ get_if_var()
_if=$1 _if=$1
_punct=". - / +" _punct=". - / +"
for _punct_c in $punct; do for _punct_c in $_punct; do
_if=`ltr ${_if} ${_punct_c} '_'` _if=`ltr ${_if} ${_punct_c} '_'`
done done
_var=$2 _var=$2