summaryrefslogtreecommitdiff
path: root/wrappers/swift/fix-path.cmd
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2021-12-17 15:21:53 +0100
committerStevenWdV <stevenwdv@gmail.com>2021-12-17 15:24:59 +0100
commita47513aeeb728b6316ba6765afdd7e5adbf4f2e3 (patch)
tree2ebb3a6936af606b0276f67d4cebb446d60cc610 /wrappers/swift/fix-path.cmd
parenta4d394a8794a254a102b8fa3bf311d4c59f9e9b5 (diff)
Add PHP wrapper, use header for right platform for PHP & Swift, simplify Swift Windows fix
Diffstat (limited to 'wrappers/swift/fix-path.cmd')
-rw-r--r--wrappers/swift/fix-path.cmd6
1 files changed, 0 insertions, 6 deletions
diff --git a/wrappers/swift/fix-path.cmd b/wrappers/swift/fix-path.cmd
deleted file mode 100644
index d8a1e42..0000000
--- a/wrappers/swift/fix-path.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
-@echo off
-:: Rename PATH -> Path
-set _p=%PATH%
-set PATH=
-set Path=%_p%
-set _p=