bug with globbing

This commit is contained in:
ville rantanen
2014-09-16 09:36:05 +03:00
parent d4888152e5
commit 8ac7aac3e3

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -f
MAXDEPTH="-maxdepth 1" MAXDEPTH="-maxdepth 1"
HIDDEN="-not -path */\.*" HIDDEN="-not -path */\.*"