Add missing _ to $_punct.
Submitted by: Dmitry Pryanishnikov <dmitry at atlantis.dp.ua>
This commit is contained in:
parent
e4b2624f46
commit
ebd1e9136f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user