diff options
author | anozdrin/alik@booka. <> | 2006-12-04 14:05:27 +0300 |
---|---|---|
committer | anozdrin/alik@booka. <> | 2006-12-04 14:05:27 +0300 |
commit | a9e1563fa44e631e1466f4c7044b2624f30f5240 (patch) | |
tree | 76a6fad349b0a0fb39402a20a2ba30c538fcea2c /mysql-test/t/log.sh | |
parent | 87a87bc04b0314908933e3f644e04dc2d2733ba4 (diff) | |
download | mariadb-git-a9e1563fa44e631e1466f4c7044b2624f30f5240.tar.gz |
Use standard shell instead of BASH.
Diffstat (limited to 'mysql-test/t/log.sh')
-rwxr-xr-x | mysql-test/t/log.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/log.sh b/mysql-test/t/log.sh index 20b265087cc..29cf8d3e1a3 100755 --- a/mysql-test/t/log.sh +++ b/mysql-test/t/log.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh ########################################################################### |