Browse Source

Show only sub-commands starting with SATURNIN_LIBEXEC_PREFIX

This was always intended; sub-commands starting with dedicated prefix
is the mandatory convention.
Alois Mahdal 7 years ago
parent
commit
4387831ec8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/saturnin.sh.skel

+ 1
- 0
src/saturnin.sh.skel View File

235
         -mindepth 1 \
235
         -mindepth 1 \
236
         -maxdepth 1 \
236
         -maxdepth 1 \
237
         -executable \
237
         -executable \
238
+        -name "$SATURNIN_LIBEXEC_PREFIX*" \
238
       | sed -e "s|^.*/||; s|^$SATURNIN_LIBEXEC_PREFIX||" \
239
       | sed -e "s|^.*/||; s|^$SATURNIN_LIBEXEC_PREFIX||" \
239
       | sort
240
       | sort
240
 }
241
 }