Adopt new function names

This commit is contained in:
Emilio Pinna
2018-10-05 18:55:38 +01:00
parent 1c77f099d3
commit dd337b5ddf
110 changed files with 354 additions and 354 deletions

View File

@@ -1,9 +1,9 @@
---
functions:
execute-interactive:
shell:
- code: PAGER='sh -c "exec sh 0<&1"' git -p help
sudo-enabled:
sudo:
- code: PAGER='sh -c "exec sh 0<&1"' sudo -E git -p help
suid-limited:
limited-suid:
- code: PAGER='sh -c "exec sh 0<&1"' ./git -p help
---