Minor adjustment of shebang lines in preprocessing scripts.

This commit is contained in:
Tobias Reinhard 2022-12-31 10:04:58 -05:00
parent 9df86117b8
commit 4386c13fb1
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
#!/bin/zsh
ps -o comm= -p $$
#!/bin/bash
# This script expects the following command line arguments:
# $1 : Absolute path to the source file that should be prepared for VeriFast.

View file

@ -1,4 +1,4 @@
ps -o comm= -p $$
#!/bin/bash
# This script rewrites a given source in-pace such that the result can be
# processed by VeriFast. Each rewrite below concerns a specific construct