Merge pull request #278 from zenuo/windows

Fix: set environment to bash.
This commit is contained in:
Double Sine 2019-05-23 12:45:20 +08:00 committed by GitHub
commit 4fd30137d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`