Last change
on this file was 2284, checked in by bird, 16 years ago |
kash/tests: more tests.
|
-
Property svn:eol-style
set to
LF
-
Property svn:executable
set to
*
|
File size:
347 bytes
|
Rev | Line | |
---|
[2284] | 1 | # File to be sourced. Contains pointers to a bunch of shell utilities.
|
---|
| 2 |
|
---|
| 3 | CMD_PREFIX=kmk_
|
---|
| 4 | CMD_CAT=${CMD_PREFIX}cat
|
---|
| 5 | CMD_CP=${CMD_PREFIX}cp
|
---|
| 6 | CMD_EXPR=${CMD_PREFIX}expr
|
---|
| 7 | CMD_INSTALL=${CMD_PREFIX}install
|
---|
| 8 | CMD_LN=${CMD_PREFIX}ln
|
---|
| 9 | CMD_MV=${CMD_PREFIX}mv
|
---|
| 10 | CMD_RM=${CMD_PREFIX}rm
|
---|
| 11 | CMD_SED=${CMD_PREFIX}sed
|
---|
| 12 | CMD_SLEEP=${CMD_PREFIX}sleep
|
---|
| 13 | CMD_TIME=${CMD_PREFIX}time
|
---|
| 14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.