diff --git a/quickget b/quickget index 122dd86..b01794c 100755 --- a/quickget +++ b/quickget @@ -3662,6 +3662,12 @@ fi LANGS=() +os_path_error() { + echo "ERROR! You must specify path." + os_error + exit 1 +} + if [ -n "${1}" ]; then OS="${1,,}" if [ "${OS}" == "list" ] || [ "${OS}" == "list_csv" ]; then