Changeset 93 for fcode-utils/testsuite/AutoExec
- Timestamp:
- 10/14/06 22:36:03 (4 years ago)
- File:
-
- 1 edited
-
fcode-utils/testsuite/AutoExec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fcode-utils/testsuite/AutoExec
r92 r93 46 46 47 47 # Initial error-checking: 48 if ( ( ! -x ./toke ) || ( ! -x ./detok ) ) then49 echo 'Starting in wrong directory. Executable toke and detokare not here.'48 if ( ( ! -x ./toke ) || ( ! -x ./detok ) || ( ! -x ./romheaders ) ) then 49 echo 'Starting in wrong directory. Executable toke, detok and romheaders are not here.' 50 50 exit 1 51 51 endif
Note: See TracChangeset
for help on using the changeset viewer.
