Fix: set enviornment to bash.

This commit is contained in:
zenuo 2019-05-23 09:44:59 +08:00
parent 4f9cf55a51
commit 52a563bfbe
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
cd `dirname "$0"` cd `dirname "$0"`
navicat_root=`pwd` navicat_root=`pwd`

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
cd `dirname "$0"` cd `dirname "$0"`
navicat_root=`pwd` navicat_root=`pwd`