Merge pull request #278 from zenuo/windows
Fix: set environment to bash.
This commit is contained in:
commit
4fd30137d6
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd `dirname "$0"`
|
||||
navicat_root=`pwd`
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd `dirname "$0"`
|
||||
navicat_root=`pwd`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user