mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Change variable name in ppa.sh
This commit is contained in:
parent
8eb9866044
commit
8d4007321f
@ -159,9 +159,9 @@ add_ppa() {
|
|||||||
else
|
else
|
||||||
add_list "$ppa"
|
add_list "$ppa"
|
||||||
fi
|
fi
|
||||||
status="$?"
|
exit_code="$?"
|
||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
return $status
|
return $exit_code
|
||||||
}
|
}
|
||||||
|
|
||||||
# Function to update a PPA.
|
# Function to update a PPA.
|
||||||
|
Loading…
Reference in New Issue
Block a user