diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-25 01:36:40 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-25 01:36:40 +0100 |
commit | be6c730baa2b997cab72cd918afc2b97a049fd07 (patch) | |
tree | b8346dd407c204de650764743c524efd1bb17b08 | |
parent | cxx.sh: remove unused routines (diff) | |
download | linux-home-be6c730baa2b997cab72cd918afc2b97a049fd07.tar.gz linux-home-be6c730baa2b997cab72cd918afc2b97a049fd07.zip |
os.sh: remove unused routines
-rw-r--r-- | %HOME%/.bash_utils/os.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/%HOME%/.bash_utils/os.sh b/%HOME%/.bash_utils/os.sh index 1ba43ba..7a38ec9 100644 --- a/%HOME%/.bash_utils/os.sh +++ b/%HOME%/.bash_utils/os.sh @@ -43,8 +43,6 @@ os_is_mint() { test "$_os" == "$_MINT" ; } os_is_arch() { test "$_os" == "$_ARCH" -o "$_os" == "$_ARCH_ARM" ; } os_is_fedora() { test "$_os" == "$_FEDORA" ; } -os_is_debian_based() { os_is_ubuntu || os_is_mint ; } - # Cygwin pkg_list_cygwin() ( |