Fixes "pushd: not found" ()

Signed-off-by: faissaloo <faissaloo@gmail.com>
This commit is contained in:
Faissal Bensefia 2016-11-20 13:09:00 +00:00 committed by Christoph
parent 1f0e2b1692
commit 9dc660c8ec
1 changed files with 1 additions and 0 deletions
Telegram/gyp

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -e
FullExecPath=$PWD
pushd `dirname $0` > /dev/null