Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-30 03:49:39 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-10-30 22:03:42 +0400
commitccdd979a690f5d0172f22b821f31672063629a31 (patch)
treecd6e8f6c842de1e0e1649bea55d9d9586ef7a8f5 /configure
parent7a48fd845542c6ee36ebc42c8af731a66da9082e (diff)
Changes to compile on solaris
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 009f4f954d9..a62c184ea52 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#!/bin/sh
-cd $(dirname "$0")
+cd `dirname "$0"`
autoconf --output configure.real
exec ./configure.real "$@"