nix-profile.sh.in: quote use of $HOME in shell arguments
All other places in the script do this already, so let's be consistent.
This commit is contained in:
		
							parent
							
								
									b3e8d72770
								
							
						
					
					
						commit
						bd42510e49
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -11,8 +11,8 @@ if [ -n "$HOME" ]; then | |||
|     export PATH=$NIX_LINK/bin:$NIX_LINK/sbin:$PATH | ||||
| 
 | ||||
|     # Subscribe the user to the Nixpkgs channel by default. | ||||
|     if [ ! -e $HOME/.nix-channels ]; then | ||||
|         echo "https://nixos.org/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels | ||||
|     if [ ! -e "$HOME/.nix-channels" ]; then | ||||
|         echo "https://nixos.org/channels/nixpkgs-unstable nixpkgs" > "$HOME/.nix-channels" | ||||
|     fi | ||||
| 
 | ||||
|     # Append ~/.nix-defexpr/channels/nixpkgs to $NIX_PATH so that | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue