Index: config/mktar.sh =================================================================== diff -u -r69cf721ea2eb81c0df8c2b4bfb831c367780a59b -r1de48585878552eed5591d495a75a1c828ac6a59 --- config/mktar.sh (.../mktar.sh) (revision 69cf721ea2eb81c0df8c2b4bfb831c367780a59b) +++ config/mktar.sh (.../mktar.sh) (revision 1de48585878552eed5591d495a75a1c828ac6a59) @@ -9,7 +9,7 @@ tar zcvf ./$name.tar.gz \ `find ./$name -type f -o -type l| fgrep -v .git| fgrep -v .dSYM | fgrep -v .DS_Store| \ fgrep -v "~"| fgrep -v "#" | fgrep -v -- -orig | fgrep -v .junk | \ - fgrep -v "doc/example*.txt"| \ + egrep -v "doc/example.*[.]txt"| \ fgrep -v ".dylib"| \ fgrep -v "autom4te"| fgrep -v config. | fgrep -v callgrind.out. | fgrep -v .plist |\ fgrep -v .db | fgrep -v .gdb | fgrep -v .graffle`