Remove missed commented code from cleanup
This commit is contained in:
parent
9e06db14c7
commit
85a2dddc22
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ trim() {
|
||||||
var=${var##+([[:space:]])}
|
var=${var##+([[:space:]])}
|
||||||
var=${var%%+([[:space:]])}
|
var=${var%%+([[:space:]])}
|
||||||
(( extglobWasOff )) && shopt -u extglob
|
(( extglobWasOff )) && shopt -u extglob
|
||||||
#echo -n "$var"
|
|
||||||
var=${var%%\#*}
|
var=${var%%\#*}
|
||||||
printf '%s' "$var"
|
printf '%s' "$var"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue