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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRomain Tartière <romain@blogreen.org>2012-05-16 23:47:12 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2012-05-17 20:13:42 +0400
commitdcf1c03bd3db266bd38e13d19d266133a0a33f83 (patch)
tree15c2280f3d31807aa24e5360459bfe618e757389 /main
parent2c9651d77b35fccb6d2fff00eb72448b4c2e512b (diff)
Fix #5113 - Improve building portability
Diffstat (limited to 'main')
-rwxr-xr-xmain/build/MacOSX/make-dmg-bundle.sh2
-rw-r--r--main/contrib/extract_makefile_variable.sh2
-rw-r--r--main/mdtool.in2
-rwxr-xr-xmain/monodevelop.in2
-rw-r--r--main/src/addins/MonoDevelop.Autotools/templates/configure.template2
-rwxr-xr-xmain/tests/test-projects/console-project-with-makefile/configure2
-rwxr-xr-xmain/theme-icons/icon-theme-installer2
7 files changed, 7 insertions, 7 deletions
diff --git a/main/build/MacOSX/make-dmg-bundle.sh b/main/build/MacOSX/make-dmg-bundle.sh
index c197f0eeca..25aa075035 100755
--- a/main/build/MacOSX/make-dmg-bundle.sh
+++ b/main/build/MacOSX/make-dmg-bundle.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Shamelessly lifted from Banshee's build process
diff --git a/main/contrib/extract_makefile_variable.sh b/main/contrib/extract_makefile_variable.sh
index b2e0ca8ab2..4bfde712ea 100644
--- a/main/contrib/extract_makefile_variable.sh
+++ b/main/contrib/extract_makefile_variable.sh
@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/usr/bin/env bash
sed -e :a -e '/\\$/N; s/\\\n//; ta' -e "/^$2/!d" -e "s/$2 = //" $1
diff --git a/main/mdtool.in b/main/mdtool.in
index a6fec1831a..614f0b3943 100644
--- a/main/mdtool.in
+++ b/main/mdtool.in
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#this script should be in $PREFIX/bin
MONO_EXEC="exec -a mdtool mono"
diff --git a/main/monodevelop.in b/main/monodevelop.in
index 78490549d5..cc164681fb 100755
--- a/main/monodevelop.in
+++ b/main/monodevelop.in
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#Workaround for Unity gnome shell
export UBUNTU_MENUPROXY=0
diff --git a/main/src/addins/MonoDevelop.Autotools/templates/configure.template b/main/src/addins/MonoDevelop.Autotools/templates/configure.template
index 8501f2a8de..63f91cc14b 100644
--- a/main/src/addins/MonoDevelop.Autotools/templates/configure.template
+++ b/main/src/addins/MonoDevelop.Autotools/templates/configure.template
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
VERSION=%%VERSION%%
PACKAGE=%%PACKAGE%%
prefix=/usr/local
diff --git a/main/tests/test-projects/console-project-with-makefile/configure b/main/tests/test-projects/console-project-with-makefile/configure
index 7130dda753..cb02cf647e 100755
--- a/main/tests/test-projects/console-project-with-makefile/configure
+++ b/main/tests/test-projects/console-project-with-makefile/configure
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
VERSION=0.1
PACKAGE=consoleproject
prefix=/usr/local
diff --git a/main/theme-icons/icon-theme-installer b/main/theme-icons/icon-theme-installer
index 328cf736ca..ca5d226981 100755
--- a/main/theme-icons/icon-theme-installer
+++ b/main/theme-icons/icon-theme-installer
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# icon-theme-installer
# Copyright (C) 2006 Novell, Inc.