mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 23:31:44 +00:00
limit to dirs
limit to dirs per suggestiom
This commit is contained in:
parent
1afc72ad2d
commit
86f54681d3
@ -165,7 +165,7 @@ INTERFACES_DIR="$SRC/InterfacesAndLibraries"
|
||||
function verifyInterfaceDirNames()
|
||||
{
|
||||
printf "Searching for special characters in subdirs of $INTERFACES_DIR"
|
||||
local found=`find "$INTERFACES_DIR" -name ".*" -print `
|
||||
local found=`find "$INTERFACES_DIR" -type d -name "*" -print `
|
||||
if [ "`echo $found | grep \&`" ]; then
|
||||
echo "\n$found Contained special character &"
|
||||
return 1 # failure
|
||||
|
Loading…
Reference in New Issue
Block a user