diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2020-09-24 21:25:03 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2020-09-30 16:34:47 +0100 |
commit | c2912cc34d35c2686dc1fd3655574891d7691ac2 (patch) | |
tree | e860f43b2074c64f55fa0ee91db23672e0afa206 /scripts/build | |
parent | 69b7c76559d95cf774c242f8423b447c786dde47 (diff) | |
download | klee-c2912cc34d35c2686dc1fd3655574891d7691ac2.tar.gz |
Remove shebang from include
Diffstat (limited to 'scripts/build')
-rw-r--r-- | scripts/build/p-stp.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/p-stp.inc b/scripts/build/p-stp.inc index bcdbe401..4bec4e05 100644 --- a/scripts/build/p-stp.inc +++ b/scripts/build/p-stp.inc @@ -1,6 +1,4 @@ -#!/bin/bash # Build scripts for STP - # Variables that any artifact of this package might depend on setup_build_variables_stp() { STP_SUFFIX="${SANITIZER_SUFFIX}" |