fixed find in code back to dropping dot files, added stand-in files for
[feisty_meow.git] / scripts / buildor / find_in_code.sh
index 453cfa2da95d854fc26cb99ce17a8c541aad4f25..411f8cad732142cff033a68490d465e4ddfc75a4 100644 (file)
@@ -28,6 +28,6 @@ find "$dir" -type f \( -iname "*" \
   ! -iname "*.tar" \
   ! -iname "*.tmp" \
   ! -iname "*.zip" \) \
-  -exec echo "\"{}\"" ';' | xargs grep -li "$seek" | grep -v "^\.\|\/\."
+  -exec echo "\"{}\"" ';' | xargs grep -li "$seek" | grep -v "^\.[^\/]\|\/\."