aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.sh
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-07-15 22:02:12 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-07-15 22:02:12 +0000
commit3cd6045421a9ecd01dfd4a19aa14eb0fffca747b (patch)
tree3dc86194744f50144f01e5a0fe575c87b2322636 /tools/win-setup.sh
parent42a3ceea663456c0ed35796896d20d33dbc35002 (diff)
Get rid of "win-setup.sh: line 24: $'\r': command not found" warning
svn path=/trunk/; revision=50642
Diffstat (limited to 'tools/win-setup.sh')
-rwxr-xr-xtools/win-setup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/win-setup.sh b/tools/win-setup.sh
index 5fa460401b..d0c1f6df9c 100755
--- a/tools/win-setup.sh
+++ b/tools/win-setup.sh
@@ -21,7 +21,6 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
(set -o igncr) 2>/dev/null && set -o igncr; # hack to force this file to be processed by cygwin bash with -o igncr
# needed when this file is exec'd from win32-setup.sh & win64-setup.sh