mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
remove back option if searching from /
This commit is contained in:
parent
4fb1c113b9
commit
d4304a6e36
2
ani-cli
2
ani-cli
@ -361,7 +361,7 @@ get_directory_data() {
|
|||||||
elif [[ -z "$inputlist" && "$search_dir" != / ]]; then
|
elif [[ -z "$inputlist" && "$search_dir" != / ]]; then
|
||||||
inputlist="../|Back|Quit"
|
inputlist="../|Back|Quit"
|
||||||
elif [[ "$search_dir" = / ]]; then
|
elif [[ "$search_dir" = / ]]; then
|
||||||
inputlist="$inputlist|Back|Quit"
|
inputlist="$inputlist|Quit"
|
||||||
else
|
else
|
||||||
inputlist="Quit"
|
inputlist="Quit"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user