From e15d1c37f41df53ae68f1d8429e908807c0190a5 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 8 Aug 2010 21:02:56 +0200 Subject: Add a compileflag for authserver/worldserver/scripts that allows GCC-users to catch (if any) a few bugs that are otherwise (normally) optimized away. + Adjust .hgignore slightly (remove lock on MSVC-projects, we have none) + Properly upload the corrected version of the whitespace-script (sigh...) --HG-- branch : trunk --- contrib/cleanup/whitespace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cleanup') diff --git a/contrib/cleanup/whitespace.sh b/contrib/cleanup/whitespace.sh index 62e92c362c6..e3139d0c2c5 100644 --- a/contrib/cleanup/whitespace.sh +++ b/contrib/cleanup/whitespace.sh @@ -1,2 +1,2 @@ -# Be sure to specify files instead of * when running the script. +#!/bin/bash perl -wpi -e "s/ +$//g" $1 -- cgit v1.2.3