From 33986868162e0c312fd9547e7c05199d684bd07a Mon Sep 17 00:00:00 2001 From: frsyuki Date: Sun, 15 Feb 2009 09:09:59 +0000 Subject: [PATCH] {c,cpp}/bootstrap: improve compatibility git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@81 5a5092ae-2292-43ba-b2d5-dcab9c1a2731 --- c/bootstrap | 2 +- cpp/bootstrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/bootstrap b/c/bootstrap index 6a1e814..7e61b82 100755 --- a/c/bootstrap +++ b/c/bootstrap @@ -1,3 +1,3 @@ #!/bin/sh NO_NEST=1 -source ../bootstrap +. ../bootstrap diff --git a/cpp/bootstrap b/cpp/bootstrap index 6a1e814..7e61b82 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -1,3 +1,3 @@ #!/bin/sh NO_NEST=1 -source ../bootstrap +. ../bootstrap