Explorar el Código

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 hace 7 años
padre
commit
4387831ec8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/saturnin.sh.skel

+ 1
- 0
src/saturnin.sh.skel Ver fichero

@@ -235,6 +235,7 @@ saturnin__lssc() {
235 235
         -mindepth 1 \
236 236
         -maxdepth 1 \
237 237
         -executable \
238
+        -name "$SATURNIN_LIBEXEC_PREFIX*" \
238 239
       | sed -e "s|^.*/||; s|^$SATURNIN_LIBEXEC_PREFIX||" \
239 240
       | sort
240 241
 }