Hi Everyone, I have a script that repeatedly builds a project on OS X. The different builds are different build configurations, like Debug, Release, etc. A user is having trouble with the project and I am trying to get them to run the script and tee the results so he can send them to me.
Tee(1) is not writing the file for him, and I can confirm the behavior. Here's how it is being used: ./cryptest-ios.sh 2>&1 | tee cryptest-ios.txt I also tried 'tee -a cryptest-ios.txt' with the same results. I checked the tee(1) man page and I don't see anything that explains the behavior. Why is tee failing to write the file, and how do I fix it? Thanks in advance, Jeff _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com