diff options
author | unknown <lenz@mysql.com> | 2003-02-19 21:52:38 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-02-19 21:52:38 +0100 |
commit | 1184164aa5d04f399fe694312981544d0a976450 (patch) | |
tree | f7833429431f6da3ad26ce9f3357c8bb183c17ac /BUILD/FINISH.sh | |
parent | c2e9867b19bec2e8b012aac91360d27cc55e4a1d (diff) | |
download | mariadb-git-1184164aa5d04f399fe694312981544d0a976450.tar.gz |
- removed leading slashes (thanks Jim!)
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index f04b8e9db5e..f7013024fbc 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -11,7 +11,7 @@ done commands="\ $make -k clean || true -/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache /bdb/dist/autom4te.cache /autom4te.cache /innobase/autom4te.cache; +/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache bdb/dist/autom4te.cache autom4te.cache innobase/autom4te.cache; aclocal || (echo \"Can't execute aclocal\" && exit 1) autoheader || (echo \"Can't execute autoheader\" && exit 1) |