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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexrp <alex@lycus.org>2013-03-19 08:17:54 +0400
committeralexrp <alex@lycus.org>2013-03-19 08:17:54 +0400
commitb1d30c53c534e1fc7b43d3fd00e0b4d9057ac3eb (patch)
treeca07d0f04f8b42025f080cfb0966f6cb24afc750 /autogen.sh
parentb43764a2144edc6f8b7e16832a954ac60756d019 (diff)
Use /bin/bash instead of /bin/sh in autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 3a51ad424c8..3628c690efd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Run this to generate all the initial makefiles, etc.
# Ripped off from GNOME macros version