[Swift-commit] r4349 - SwiftApps/SwiftR/Swift/exec
tga at ci.uchicago.edu
tga at ci.uchicago.edu
Tue Apr 12 17:53:58 CDT 2011
Author: tga
Date: 2011-04-12 17:53:58 -0500 (Tue, 12 Apr 2011)
New Revision: 4349
Modified:
SwiftApps/SwiftR/Swift/exec/fifowrite
Log:
Compatibility bugfix - built-in echo command for vanilla sh does not support -n switch
Now passes test suite on Mac OS X.
Modified: SwiftApps/SwiftR/Swift/exec/fifowrite
===================================================================
--- SwiftApps/SwiftR/Swift/exec/fifowrite 2011-04-12 20:17:30 UTC (rev 4348)
+++ SwiftApps/SwiftR/Swift/exec/fifowrite 2011-04-12 22:53:58 UTC (rev 4349)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# Write to a fifo with a timeout, with the data specified by the -m option
# If writing from a fifo is blocked after timeout specified
# with -t option in milliseconds then this script exits with code 2.
More information about the Swift-commit
mailing list