diff options
| author | Jim Lawson | 2015-07-24 17:17:01 -0700 |
|---|---|---|
| committer | Jim Lawson | 2015-07-24 17:17:01 -0700 |
| commit | e73450165c59d68b524689a7169e03140a41a1c5 (patch) | |
| tree | b7236f80d9abf60775ecbcefe6f7ca25557dce73 /bin/appall.sh | |
| parent | 94893bad972ded686a2c68dd334aa40b92e3b85d (diff) | |
| parent | 3976145bb8c7595ad0f0a7fbb4ccbbd3030d8873 (diff) | |
Merge pull request #1 from ucb-bar/packagedir
Packagedir
Diffstat (limited to 'bin/appall.sh')
| -rwxr-xr-x | bin/appall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/appall.sh b/bin/appall.sh index 3c9054f1..32f1c118 100755 --- a/bin/appall.sh +++ b/bin/appall.sh @@ -3,5 +3,5 @@ shift 1 for file in "$@"; do echo $file - (cd generated; ../chisel3/bin/flo2app.sh $file >& $file.appout) + (cd generated; $CHISEL_BIN/flo2app.sh $file >& $file.appout) done |
