]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - configure.ac
s/path/name/
[projects/rc-scripts.git] / configure.ac
index 4b09fa4b01392f328c9795e9f1596c8fe68bf2e3..dc138db0878abf8ec88d0188d22d9f15180e4227 100644 (file)
@@ -7,7 +7,7 @@ ALL_LINGUAS="pl de"
 
 echo -n "Finding shell scripts"
 SHSCRIPTS=""
-for shfile in $(find ${srcdir}/rc.d ${srcdir}/sysconfig ! -path "*/\.*/*" ! -path "*~" -type f); do
+for shfile in $(find ${srcdir}/rc.d ${srcdir}/sysconfig ! -path "*/\.*/*" ! -name "*~" -type f); do
     echo -n "."
     if (LANG=C file ${shfile} | grep -q 'shell script'); then
        SHSCRIPTS="${SHSCRIPTS} ${shfile}"
This page took 0.346727 seconds and 4 git commands to generate.