Use '.' instead of 'source'

This commit is contained in:
Guillaume Valadon 2017-11-17 14:11:06 +01:00
parent 799c7565be
commit 3e1eeb2e7b
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#! /bin/sh
PYTHON=python2
source $(dirname $0)/run_scapy "$@"
. $(dirname $0)/run_scapy "$@"

View File

@ -1,3 +1,3 @@
#! /bin/sh
PYTHON=python3
source $(dirname $0)/run_scapy "$@"
. $(dirname $0)/run_scapy "$@"