Remove unnecessary silencing expression
This commit is contained in:
parent
675070e617
commit
17ef3882c1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
function chooseDisk() {
|
function chooseDisk() {
|
||||||
local -n result="$1" 2>&1;
|
local -n result="$1";
|
||||||
local message="$2";
|
local message="$2";
|
||||||
local choice;
|
local choice;
|
||||||
local disk;
|
local disk;
|
||||||
|
|
Loading…
Reference in a new issue