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:
authorBojan Rajkovic <bojan@airpoweranalytics.com>2010-12-13 07:42:17 +0300
committerMiguel de Icaza <miguel@gnome.org>2010-12-13 18:53:26 +0300
commit741820681696fabfb474c3cb4cfeb923cbea727d (patch)
treef562da1db0daea5d4235a3c633147c70df0dc488 /mcs/class/Mono.WebBrowser
parentf5de47c516ad462ee79d3540731d92b4ebf000e5 (diff)
Update build-csproj2k5 script to use /bin/sh, since there are no obvious bash-isms in the script.
Diffstat (limited to 'mcs/class/Mono.WebBrowser')
-rwxr-xr-xmcs/class/Mono.WebBrowser/build-csproj2k52
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.WebBrowser/build-csproj2k5 b/mcs/class/Mono.WebBrowser/build-csproj2k5
index 6d9973b9956..9e7a6138298 100755
--- a/mcs/class/Mono.WebBrowser/build-csproj2k5
+++ b/mcs/class/Mono.WebBrowser/build-csproj2k5
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# This script will generate SWF.cs.target from our System.Windows.Forms.dll.sources
#