mirror of https://github.com/aristocratos/bashtop
fix for missing export in locale settings
parent
14310b11ce
commit
1fd6d0a0f8
2
bashtop
2
bashtop
|
@ -27,7 +27,7 @@
|
||||||
# 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" LC_NUMERIC="C"
|
declare -x LC_MESSAGES="C" LC_NUMERIC="C"
|
||||||
shopt -qu failglob globstar
|
shopt -qu failglob globstar
|
||||||
shopt -qs extglob globasciiranges
|
shopt -qs extglob globasciiranges
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue