mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
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
3 lines
39 B
Bash
3 lines
39 B
Bash
#!/bin/bash
|
|
perl -wpi -e "s/ +$//g" $1
|