Stop creating shit files.
authorTim Shimmin <tes@sgi.com>
Fri, 2 Nov 2007 05:15:58 +0000 (05:15 +0000)
committerTim Shimmin <tes@sgi.com>
Fri, 2 Nov 2007 05:15:58 +0000 (05:15 +0000)
Merge of master-melb:xfs-cmds:30010a by kenmcd.

  Stop creating shit files.

122

diff --git a/122 b/122
index d49ed672105eaa6117655e3557b8408530c4b596..a5d9e8f30135dba15531712c7c3059b572b5578a 100755 (executable)
--- a/122
+++ b/122
@@ -137,7 +137,7 @@ echo 'int main(int argc, char *argv[]) {' >>$cprog
 #
 cat /usr/include/xfs/xfs*.h | indent |\
 sed -e 's/__attribute__ *[(][(]packed[)][)]//' |\
-tee shit |\
+tee $seq.full |\
 egrep '} *xfs_.*_t' |\
 egrep -v -f $tmp.ignore |\
 awk '{sub(/[;,]/,"",$2); print "printf(\"sizeof(", $2, ") = %d\\n\", sizeof(", $2, "));"}' \