mirror of https://github.com/aristocratos/bashtop
fix for non english system locale
parent
aaeb1b33d0
commit
eddde6f39c
2
bashtop
2
bashtop
|
@ -27,6 +27,8 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
declare LC_MESSAGES="C.UTF8" LC_NUMERIC="C"
|
||||||
|
|
||||||
declare -a banner banner_colors
|
declare -a banner banner_colors
|
||||||
|
|
||||||
banner=(
|
banner=(
|
||||||
|
|
Loading…
Reference in New Issue