diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-24 11:38:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-24 11:38:44 +0200 |
commit | 3209a9fa6e87ad4d2f9d1087a1206347df4c6214 (patch) | |
tree | 84646641225fba708abb5733ce175ceb904a0de0 /rc-14u2 | |
parent | d929add3baa3fac5720cf4053c42bb846d83c66b (diff) |
Reorganize the script structure
Diffstat (limited to 'rc-14u2')
-rwxr-xr-x | rc-14u2 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rc-14u2 b/rc-14u2 deleted file mode 100755 index ce9a5ea..0000000 --- a/rc-14u2 +++ /dev/null @@ -1,6 +0,0 @@ -#! /usr/bin/env bash - -src="$(dirname $(realpath ${BASH_SOURCE[0]}))" - -source "$src/msvc-14u2" -source "$src/msvc-rc-common" |