| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
them know about Debian buster and Ubuntu artful.
|
|
|
|
|
|
|
|
|
|
|
|
| |
unstable.
Debian testing and Debian unstable are mostly the next stable Debian
release, currently Debian 9.
So, Debian testing currently equals Debian stretch. And Debian unstable
is basically the staging area for Debian testing, so it is a bit
newer than Debian testing, e.g. 9.01 for the current release cycle of
Debian.
|
|
|
|
|
|
|
|
|
|
|
| |
- return can only be used in functions. Switch to "exit" instead.
- typeset -l makes the content lowercase, not the variable "local"
(that's implied by using typeset.) Hence, drop it where
inappropriate.
- typeset -l is only available in BASH 4 and higher. Use it
conditionally only.
- Use tr to convert strings to lowercase when using a BASH version
lower than 4.
|
|
numerical versions.
|