soime stuffss
This commit is contained in:
Regular → Executable
+4
@@ -18,8 +18,12 @@ subprocess() {
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [ ! -z "$1" ]; then
|
||||||
|
ret="$1"
|
||||||
|
else
|
||||||
ret=''
|
ret=''
|
||||||
subprocess ret
|
subprocess ret
|
||||||
|
fi
|
||||||
|
|
||||||
export ESPPORT=$ret
|
export ESPPORT=$ret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user