mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
add parens to de ambiguify
This commit is contained in:
parent
91c7ffc498
commit
4030ab3ba4
@ -83,7 +83,7 @@ init_remote(){
|
||||
local url=$1
|
||||
git init
|
||||
git remote add origin $url
|
||||
[ -n "$http_proxy" ] && git config http.proxy $http_proxy || true
|
||||
( [ -n "$http_proxy" ] && git config http.proxy $http_proxy ) || true
|
||||
}
|
||||
|
||||
# Return the reference of an hash if it exists on the remote repository.
|
||||
|
Loading…
Reference in New Issue
Block a user