diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-12-30 20:34:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-12-30 20:34:28 +0000 |
commit | fc71200d67593c4a2d7b3105dc592c3ac96e725c (patch) | |
tree | 79353b4ca3df3411b932f148e264ee321b131a49 | |
parent | 72dd49d7dd07ba4cae13ee1249fd58550991c188 (diff) | |
download | execline-fc71200d67593c4a2d7b3105dc592c3ac96e725c.tar.xz |
Fix package/modes
-rw-r--r-- | package/modes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/modes b/package/modes index 204b67c..16a064a 100644 --- a/package/modes +++ b/package/modes @@ -1,6 +1,6 @@ background 0755 backtick 0755 -cd 0755 +execline-cd 0755 define 0755 dollarat 0755 elgetopt 0755 @@ -40,7 +40,7 @@ runblock 0755 shift 0755 trap 0755 tryexec 0755 -umask 0755 +execline-umask 0755 unexport 0755 wait 0755 withstdinas 0755 |