From: Jason Ish Date: Thu, 21 Dec 2017 00:16:56 +0000 (-0600) Subject: remove run.sh; use run.py instead X-Git-Tag: suricata-6.0.4~553 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612df5636e006058d10c47ace79a2995e1b15159;p=thirdparty%2Fsuricata-verify.git remove run.sh; use run.py instead --- diff --git a/run.sh b/run.sh deleted file mode 100755 index e181c37d9..000000000 --- a/run.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/sh -# -# Just a wrapper for run.sh now. - -set -e - -prefix=$(dirname $0) -exec $prefix/run.py $@