mirror of https://github.com/procxx/kepka.git
Fixes "pushd: not found" (#2654)
Signed-off-by: faissaloo <faissaloo@gmail.com>
This commit is contained in:
parent
1f0e2b1692
commit
9dc660c8ec
Telegram/gyp
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
FullExecPath=$PWD
|
||||
pushd `dirname $0` > /dev/null
|
||||
|
|
Loading…
Reference in New Issue