diff options
Diffstat (limited to 'solenv/bin/cwstouched')
-rwxr-xr-x | solenv/bin/cwstouched | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/bin/cwstouched b/solenv/bin/cwstouched new file mode 100755 index 000000000000..dac08c07f9a7 --- /dev/null +++ b/solenv/bin/cwstouched @@ -0,0 +1,6 @@ +#!/bin/sh +if [ x${SOLARENV}x = xx ]; then + echo No environment found, please use 'configure' or 'setsolar' + exit 1 +fi +exec perl -w $SOLARENV/bin/cwstouched.pl |