From 9dc660c8ec84c87bdf7cdf0a3361b6a84591c374 Mon Sep 17 00:00:00 2001 From: Faissal Bensefia Date: Sun, 20 Nov 2016 13:09:00 +0000 Subject: [PATCH] Fixes "pushd: not found" (#2654) Signed-off-by: faissaloo --- Telegram/gyp/refresh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/gyp/refresh.sh b/Telegram/gyp/refresh.sh index 5a456ce28..c076c08f0 100755 --- a/Telegram/gyp/refresh.sh +++ b/Telegram/gyp/refresh.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash set -e FullExecPath=$PWD pushd `dirname $0` > /dev/null