grid-drawing bug fixed
[imago.git] / tests / play
index 6f65444..25c26fa 100755 (executable)
@@ -2,7 +2,7 @@
 
 clear
 
-for file in $1/*.txt ; do
+for file in "$1/"*".txt" ; do
        echo $file
        cat $file
        sleep 1