mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-13 15:15:08 -05:00
Minor adjustment of shebang lines in preprocessing scripts.
This commit is contained in:
parent
9df86117b8
commit
4386c13fb1
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/zsh
|
#!/bin/bash
|
||||||
ps -o comm= -p $$
|
|
||||||
|
|
||||||
# This script expects the following command line arguments:
|
# This script expects the following command line arguments:
|
||||||
# $1 : Absolute path to the source file that should be prepared for VeriFast.
|
# $1 : Absolute path to the source file that should be prepared for VeriFast.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
ps -o comm= -p $$
|
#!/bin/bash
|
||||||
|
|
||||||
# This script rewrites a given source in-pace such that the result can be
|
# This script rewrites a given source in-pace such that the result can be
|
||||||
# processed by VeriFast. Each rewrite below concerns a specific construct
|
# processed by VeriFast. Each rewrite below concerns a specific construct
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue