diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-05-22 15:04:21 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2007-05-22 15:04:21 -0700 |
| commit | 2328f0570c8354602872cbabb12ac3991f983e7a (patch) | |
| tree | 621a0dce22896ab049195b6b71a8a5520ec5f251 /gvpr/subg-fwd | |
| parent | fdbc0f5de7663893f6fcfe9cbcccb52b9d093db1 (diff) | |
| download | sparse-dev-2328f0570c8354602872cbabb12ac3991f983e7a.tar.gz | |
Add shebang to gvpr scripts, make them executable, and change usage accordingly
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'gvpr/subg-fwd')
| -rwxr-xr-x[-rw-r--r--] | gvpr/subg-fwd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gvpr/subg-fwd b/gvpr/subg-fwd index 8950fa5c..c4072130 100644..100755 --- a/gvpr/subg-fwd +++ b/gvpr/subg-fwd @@ -1,7 +1,8 @@ +#!/usr/bin/gvpr -f // Compute the forward partition of the chosen function // -// Run with graph ... | gvpr -f return-paths | gvpr -f subg-fwd -a functionname -// or graph ... | gvpr -f subg-fwd +// Run with graph ... | return-paths | subg-fwd -a functionname +// or graph ... | subg-fwd BEGIN { |
