mkdatabase.sh: Use sh instead of ksh (#149)

* mkdatabase.sh: Use sh instead of ksh

* mkdatabase.sh: Actually make it sh insead of dash...
This commit is contained in:
Camille 2017-05-01 19:56:27 +02:00 committed by Garrett D'Amore
parent 6d5ea857af
commit ebcef4d8a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/sh
# Copyright 2015 The TCell Authors
#