fix(wpcarro/simple_vim): Quote $@ args
self-evident Change-Id: I762c4aa3486a167b3de10f91639fa662ba50f109 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5056 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									9e28029705
								
							
						
					
					
						commit
						92bb209811
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| { pkgs, ... }: | ||||
| 
 | ||||
| pkgs.writeShellScriptBin "simple_vim" '' | ||||
|   ${pkgs.neovim}/bin/nvim -u ${./config.vim} $@ | ||||
|   ${pkgs.neovim}/bin/nvim -u ${./config.vim} "$@" | ||||
| '' | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue