diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-08-15 06:27:54 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-08-15 06:27:54 +0800 |
commit | 820a26b8715716923d1af02f13abacfc087aa482 (patch) | |
tree | d3f62228601b0d6c5d8e704893f64b4068161309 /README.md | |
parent | 99f771e1ce4d50a8aff39c79c82d699570d5da67 (diff) |
Build directory creation that works on zsh & tcsh
too, not just on bash.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ As a third party maintained fork, which includes Apple Silicon native builds, Me ``` $ git clone git://megapahit.org/viewer.git $ cd viewer -$ mkdir build-`uname -s|tr [:upper:] [:lower:]`-`uname -m` -$ cd build-`uname -s|tr [:upper:] [:lower:]`-`uname -m` +$ mkdir build-`uname -s|tr '[:upper:]' '[:lower:]'`-`uname -m` +$ cd build-`uname -s|tr '[:upper:]' '[:lower:]'`-`uname -m` ``` ### macOS |