diff --git a/checkwhitespace.d b/checkwhitespace.d old mode 100644 new mode 100755 index 1358a17..e2a2760 --- a/checkwhitespace.d +++ b/checkwhitespace.d @@ -1,3 +1,4 @@ +#!/usr/bin/env rdmd /** * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DMDSRC _checkwhitespace.d) diff --git a/chmodzip.d b/chmodzip.d old mode 100644 new mode 100755 index 0476d80..5758dbf --- a/chmodzip.d +++ b/chmodzip.d @@ -1,3 +1,4 @@ +#!/usr/bin/env rdmd import core.stdc.stdlib; import std.conv; diff --git a/ddemangle.d b/ddemangle.d old mode 100644 new mode 100755 index 3473eb3..640cbd6 --- a/ddemangle.d +++ b/ddemangle.d @@ -1,3 +1,4 @@ +#!/usr/bin/env rdmd /** * An improved D symbol demangler. * diff --git a/detab.d b/detab.d old mode 100644 new mode 100755 index 4c56661..0bb8a69 --- a/detab.d +++ b/detab.d @@ -1,3 +1,4 @@ +#!/usr/bin/env rdmd /* Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) diff --git a/dget.d b/dget.d old mode 100644 new mode 100755 index 957ce21..b64e68d --- a/dget.d +++ b/dget.d @@ -1,3 +1,4 @@ +#!/usr/bin/env rdmd // Copyright Martin Nowak 2012. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at diff --git a/dman.d b/dman.d old mode 100644 new mode 100755 index 4d12aaa..d676b9d --- a/dman.d +++ b/dman.d @@ -1,3 +1,4 @@ +#!/usr/bin/env rdmd /* Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) diff --git a/get_dlibcurl32.d b/get_dlibcurl32.d old mode 100644 new mode 100755 index 880b2f1..6f993ee --- a/get_dlibcurl32.d +++ b/get_dlibcurl32.d @@ -1,3 +1,4 @@ +#!/usr/bin/env rdmd /++ This Windows-only tool automatically downloads Win32 libcurl binaries and generates a libcurl.lib compatible with Win32 DMD (which is needed by @@ -258,4 +259,4 @@ void implib(string libName) auto implibTool = hasImplib? "implib" : buildPath(workDir, `bup\dm\bin\implib.exe`); auto libBaseName = baseName(libName); run(implibTool~" /s "~quote(libBaseName~".lib")~" "~quote(libBaseName~".dll")); -} \ No newline at end of file +} diff --git a/rdmd.d b/rdmd.d old mode 100644 new mode 100755 index 5a83b3e..1253fe1 --- a/rdmd.d +++ b/rdmd.d @@ -1,3 +1,4 @@ +#!/usr/bin/env rdmd /* * Copyright (C) 2008 by Andrei Alexandrescu * Written by Andrei Alexandrescu, www.erdani.org diff --git a/rdmd_test.d b/rdmd_test.d old mode 100644 new mode 100755 index 33a0187..b8ce18a --- a/rdmd_test.d +++ b/rdmd_test.d @@ -1,3 +1,4 @@ +#!/usr/bin/env rdmd /* * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at diff --git a/tests_extractor.d b/tests_extractor.d old mode 100644 new mode 100755 diff --git a/tolf.d b/tolf.d old mode 100644 new mode 100755 index 97fa781..03256b5 --- a/tolf.d +++ b/tolf.d @@ -1,3 +1,4 @@ +#!/usr/bin/env rdmd /* Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt)