mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
gitUpdater: fix variable default value
This commit is contained in:
parent
19a4717846
commit
0b9c39e819
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue