]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - misc/check-proj.sh
who let the cat out?
[xonotic/gmqcc.git] / misc / check-proj.sh
index b70e75f2dfdbe9c3a45f9ef0b22187ee6fd256be..b43ec7aa40ad2ae7945c620a06d680a4badb92d3 100755 (executable)
@@ -71,7 +71,7 @@ if [ ! -d ~/.gmqcc/testsuite/projects ]; then
     mkdir -p ~/.gmqcc/testsuite/projects
     old="$PWD"
     cd ~/.gmqcc/testsuite/projects
-    echo "$(ls ../ | cat | grep -v '^hashes$' | grep -v '^projects$' | grep -v '^options$')" | while read -r line
+    echo "$(ls ../ | grep -v '^hashes$' | grep -v '^projects$' | grep -v '^options$')" | while read -r line
     do
         echo "extracting project $line"
         mkdir "$(echo "$line" | sed 's/\(.*\)\..*/\1/')"