mirror of https://github.com/secdev/scapy.git
Use '.' instead of 'source'
This commit is contained in:
parent
799c7565be
commit
3e1eeb2e7b
|
@ -1,3 +1,3 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
PYTHON=python2
|
PYTHON=python2
|
||||||
source $(dirname $0)/run_scapy "$@"
|
. $(dirname $0)/run_scapy "$@"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
PYTHON=python3
|
PYTHON=python3
|
||||||
source $(dirname $0)/run_scapy "$@"
|
. $(dirname $0)/run_scapy "$@"
|
||||||
|
|
Loading…
Reference in New Issue