19d897862e
This extension provides a fiber/coroutine implementation for nodejs. It also ships with a futures implementation that wraps existing nodejs async functions, allowing synchronous style code that handles exceptions properly and doesn't block the nodejs event loop. OK sthen@
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
$OpenBSD: patch-test_sh,v 1.1.1.1 2012/04/03 18:46:03 jeremy Exp $
|
|
--- test.sh.orig Wed Feb 1 13:47:26 2012
|
|
+++ test.sh Wed Feb 1 13:47:37 2012
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
for ii in `ls test`
|
|
do echo -n $ii': '
|
|
OUTPUT=$(NODE_PATH=`pwd` node test/$ii 2>&1)
|