mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
gitUpdater: fix variable default value
This commit is contained in:
parent
19a4717846
commit
0b9c39e819
@ -31,7 +31,7 @@ while (( $# > 0 )); do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [[ -z "$pname" ]]; then
|
if [[ -z "$pname" ]]; then
|
||||||
pname="$UPDATE_NIX_NAME"
|
pname="$UPDATE_NIX_PNAME"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "$attr_path" ]]; then
|
if [[ -z "$attr_path" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user