aboutsummaryrefslogtreecommitdiff
path: root/contrib/cleanup
diff options
context:
space:
mode:
authorclick <none@none>2010-08-08 21:02:56 +0200
committerclick <none@none>2010-08-08 21:02:56 +0200
commite15d1c37f41df53ae68f1d8429e908807c0190a5 (patch)
tree184ed7f460e4e6e2b172417d974f5738feae28ac /contrib/cleanup
parente5c797cef69d7973943269e0d8de427b9e72cc62 (diff)
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
Diffstat (limited to 'contrib/cleanup')
-rw-r--r--contrib/cleanup/whitespace.sh2
1 files changed, 1 insertions, 1 deletions
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