aboutsummaryrefslogtreecommitdiff
path: root/win/build.py
diff options
context:
space:
mode:
authorSamuli Seppänen <samuli@openvpn.net>2011-04-14 17:18:47 +0300
committerDavid Sommerseth <davids@redhat.com>2011-04-14 16:38:24 +0200
commit6b2883a637fe73492f09816ee95b00c1b88d5fcb (patch)
tree8d9bc4b80b8c7dd29a1879be0565710611eb4093 /win/build.py
parentAdd man page entry for --redirect-private (diff)
downloadopenvpn-6b2883a637fe73492f09816ee95b00c1b88d5fcb.tar.xz
Change all CRLF linefeeds to LF linefeeds
Signed-off-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'win/build.py')
-rw-r--r--win/build.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/build.py b/win/build.py
index 25f70c4..69137f2 100644
--- a/win/build.py
+++ b/win/build.py
@@ -17,7 +17,7 @@ def clean():
# if we are run directly, and not loaded as a module
if __name__ == "__main__":
- if len(sys.argv) == 2 and sys.argv[1] == 'clean':
- clean()
- else:
- main()
+ if len(sys.argv) == 2 and sys.argv[1] == 'clean':
+ clean()
+ else:
+ main()