diff --git a/quickget b/quickget index 26a4127..c43ceb0 100755 --- a/quickget +++ b/quickget @@ -172,7 +172,7 @@ function error_specify_os() { os_supported() { if [[ ! " $(os_support) " =~ " ${OS} " ]]; then - os_not_supported + error_not_supported_os fi }