Bugfixes (#27)
* Fix variable sticking. * Use unset instead of empty string. * Bugfix for Arch. Output enhancement for FreeBSD. * Fix cron action for Debian.
This commit is contained in:
@ -194,6 +194,8 @@
|
||||
function_check_trash: |
|
||||
function check-trash() {
|
||||
unset OPTIND
|
||||
unset clean
|
||||
unset network
|
||||
while (( $# > 0 )); do
|
||||
case $1 in
|
||||
-c | -y | --clean ) clean="Y" ;;
|
||||
|
Reference in New Issue
Block a user