summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xc/bootstrap2
-rwxr-xr-xcpp/bootstrap2
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