mirror of https://github.com/secdev/scapy.git
Merge pull request #1216 from bluhm/sh-source
Use . instead of source shell command.
This commit is contained in:
commit
f61f98f807
|
@ -1,3 +1,3 @@
|
|||
#! /bin/sh
|
||||
PYTHON=python2
|
||||
source $(dirname $0)/run_tests "$@"
|
||||
. $(dirname $0)/run_tests "$@"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /bin/sh
|
||||
PYTHON=python3
|
||||
source $(dirname $0)/run_tests "$@"
|
||||
. $(dirname $0)/run_tests "$@"
|
||||
|
|
Loading…
Reference in New Issue