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
|
||||
_punct=". - / +"
|
||||
for _punct_c in $punct; do
|
||||
for _punct_c in $_punct; do
|
||||
_if=`ltr ${_if} ${_punct_c} '_'`
|
||||
done
|
||||
_var=$2
|
||||
|
Loading…
x
Reference in New Issue
Block a user