diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-11-01 23:22:50 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-11-01 23:22:50 +0000 |
commit | a414bb4f0d296574e23c99f827d4942db879793d (patch) | |
tree | 6cb2800f6d327d5e5dd95d185a028f9146d30a03 | |
parent | profiles/common: Drop /etc/{conf,init}.d/pydoc* (diff) | |
download | portage-a414bb4f0d296574e23c99f827d4942db879793d.tar.xz |
profiles/common: Missing backslash
-rw-r--r-- | profiles/common/profile.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc index 2469e1ae..6e6f3ece 100644 --- a/profiles/common/profile.bashrc +++ b/profiles/common/profile.bashrc @@ -19,7 +19,7 @@ function __drop-nls-man-pages () { rm -rf "${_ed}/${_dir}" else # Drop non man? directories - find "${_ed}${_dir}" + find "${_ed}${_dir}" \ -mindepth 1 -maxdepth 1 \ -type d \ -name 'man*' -prune -o -print | |