krebs pkgs cac: leak $PATH for $PAGER
This commit is contained in:
parent
3e7220b417
commit
1692022c67
@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
mkdir -p $out/bin
|
||||
|
||||
sed \
|
||||
's,^\( true) \)\(cac "$@";;\)$,\1 PATH=${path} \2,' \
|
||||
's,^\( true) \)\(cac "$@";;\)$,\1 PATH=${path}${PATH+:$PATH} \2,' \
|
||||
< ./cac \
|
||||
> $out/bin/cac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user