You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
153 B
Bash
15 lines
153 B
Bash
19 years ago
|
#!/bin/sh
|
||
|
|
||
|
tmpdir=/tmp/lighttpd
|
||
|
|
||
|
if test x$srcdir = x; then
|
||
|
srcdir=.
|
||
|
fi
|
||
|
|
||
|
# create test-framework
|
||
|
# rm -rf $tmpdir
|
||
|
|
||
|
printf "%-40s" "cleaning up"
|
||
|
|
||
|
exit 0
|