quote args
This commit is contained in:
parent
6d4af5f82c
commit
a2a3a8bc48
@ -19,7 +19,7 @@ let
|
|||||||
brownpaper = sequoia-openpgp; # requires gmp as well
|
brownpaper = sequoia-openpgp; # requires gmp as well
|
||||||
};
|
};
|
||||||
client = pkgs.writeShellScriptBin "brownpaper" ''
|
client = pkgs.writeShellScriptBin "brownpaper" ''
|
||||||
PATH=${pkgs.bash}/bin/:${pkgs.gnupg}/bin/:${pkgs.curl}/bin/:$PATH ${./bp.sh} $@
|
PATH=${pkgs.bash}/bin/:${pkgs.gnupg}/bin/:${pkgs.curl}/bin/:$PATH ${./bp.sh} "$@"
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{ server = (crate2nix_tools.generatedCargoNix { inherit name src; }); inherit client; }
|
{ server = (crate2nix_tools.generatedCargoNix { inherit name src; }); inherit client; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user