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