Forgot to push on other computer (fixed variable setting)
This commit is contained in:
parent
b22dcd6831
commit
6cf389acdd
@ -19,7 +19,7 @@ get_disks () {
|
||||
get_choices () {
|
||||
local PROMPT="$1"
|
||||
shift
|
||||
local -n OUTPUT_VAR="$2"
|
||||
local -n OUTPUT_VAR="$1"
|
||||
shift
|
||||
local -a OPTIONS=( $@ )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user