From b0e172c3c95ac0cae95b26f82fe6ff549d1b5deb Mon Sep 17 00:00:00 2001
From: gpotter2 <gabriel@potter.fr>
Date: Tue, 17 Jan 2017 22:38:22 +0100
Subject: [PATCH] Fix quotes under windows

---
 bin/UTscapy.bat | 2 +-
 bin/scapy.bat   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/UTscapy.bat b/bin/UTscapy.bat
index ba66429c..3bccb69a 100755
--- a/bin/UTscapy.bat
+++ b/bin/UTscapy.bat
@@ -1,4 +1,4 @@
 @echo off
 REM Use Python to run the UTscapy script from the current directory, passing all parameters
 title UTscapy
-python "%~dp0\UTscapy %*"
+python "%~dp0\UTscapy" %*
diff --git a/bin/scapy.bat b/bin/scapy.bat
index 85817838..cbb17445 100755
--- a/bin/scapy.bat
+++ b/bin/scapy.bat
@@ -1,4 +1,4 @@
 @echo off
 REM Use Python to run the Scapy script from the current directory, passing all parameters
 title scapy
-python "%~dp0\scapy %*"
+python "%~dp0\scapy" %*
-- 
GitLab