alexanderepstein / Bash-Snippets

A collection of small bash scripts for heavy terminal users
MIT License
9.64k stars 842 forks source link

Concurrency seems bad in Centos7.3 #172

Closed liuliqiang closed 6 years ago

liuliqiang commented 6 years ago

Issue Label:

Description: I try this command: currency CNY HKD 10 and get the output which not show as sample:

➜  ~ currency CNY HKD 10   

=========================
| CNY to HKD
| Rate: 1.1474015352
1.0
| CNY: 10
| HKD: 1.1474015352
10.0
=========================

If its a bug make sure to include this section.

OS and OS version:

OS Version:

➜  ~ hostnamectl
   Static hostname: china
... ...
  Operating System: CentOS Linux 7 (Core)
       CPE OS Name: cpe:/o:centos:centos:7
            Kernel: Linux 3.10.0-862.11.6.el7.x86_64
      Architecture: x86-64
alexanderepstein commented 6 years ago

Think this has been fixed in b270518de8c96ed1e67fafd7701ae08aa932ec1e, you will have to install from master to use the patch

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been automatically closed because it has been inactive for 30 days.