Change variable name in ppa.sh
This commit is contained in:
parent
8eb9866044
commit
8d4007321f
1 changed files with 2 additions and 2 deletions
|
|
@ -159,9 +159,9 @@ add_ppa() {
|
|||
else
|
||||
add_list "$ppa"
|
||||
fi
|
||||
status="$?"
|
||||
exit_code="$?"
|
||||
. /etc/os-release
|
||||
return $status
|
||||
return $exit_code
|
||||
}
|
||||
|
||||
# Function to update a PPA.
|
||||
|
|
|
|||
Loading…
Reference in a new issue