source:
kBuild/trunk/src/kash/tests/netbsd/var1@
2279
Last change on this file since 2279 was 2279, checked in by , 16 years ago | |
---|---|
|
|
File size: 99 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | line='/foo/bar/*/baz' |
4 | if [ "/foo/bar/" != ${line%%\**}"" ] |
5 | then |
6 | echo broken |
7 | exit 1 |
8 | fi |
Note:
See TracBrowser
for help on using the repository browser.