diff options
Diffstat (limited to 'ship/src/fix_dircolors')
-rwxr-xr-x | ship/src/fix_dircolors | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ship/src/fix_dircolors b/ship/src/fix_dircolors index 57229210..b2e2ffdb 100755 --- a/ship/src/fix_dircolors +++ b/ship/src/fix_dircolors @@ -1,5 +1,7 @@ #!/bin/sh -#@core +#@info +#@strict +#@include core exists dircolors || die "no dircolors in PATH, bailing out" info "fixing dircolors for $(id -un)" |