[vlc-devel] [PATCH 2/2] pushd and popd does not exist un sh

Rafaël Carré funman at videolan.org
Wed Feb 29 23:14:56 CET 2012


Le 2012-02-29 16:57, Thomas Clavier a écrit :
> ---
>  compile.sh |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/compile.sh b/compile.sh
> index 79f5d9d..3626a7e 100755
> --- a/compile.sh
> +++ b/compile.sh
> @@ -44,9 +44,9 @@ if [ ! -d "vlc" ]; then
>      git clone git://git.videolan.org/vlc/vlc-2.0.git vlc
>  else
>      echo "VLC source found, pulling from remote master"
> -    pushd vlc > /dev/null
> +    cd vlc 
>      git pull origin master
> -    popd > /dev/null
> +    cd -
>  fi
>  
>  echo "Applying the patches"

Applied, thanks



More information about the vlc-devel mailing list