Bad characters removed

This commit is contained in:
Guillaume Valadon 2017-12-22 11:53:40 +01:00
parent eeaa4c0d9e
commit 945457ec70
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Install dependencies using pip
# Install dependencies using pip
if [ -z "$SCAPY_SUDO" -o "$SCAPY_SUDO" = "false" ]
then
SCAPY_SUDO=""
@ -22,7 +22,7 @@ then
$SCAPY_SUDO apt-get install python-pyx
fi
# Install pcap & dnet
# Install pcap & dnet
if [ ! -z $SCAPY_USE_PCAPDNET ]
then
if [ "$TRAVIS_OS_NAME" = "linux" ]