]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
who let the cat out?
authorWolfgang Bumiller <wry.git@bumiller.com>
Fri, 11 Oct 2013 13:53:53 +0000 (15:53 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Fri, 11 Oct 2013 13:53:59 +0000 (15:53 +0200)
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
     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/')"
     do
         echo "extracting project $line"
         mkdir "$(echo "$line" | sed 's/\(.*\)\..*/\1/')"