소스 검색

fixed merge issue

Fabien Potencier 13 년 전
부모
커밋
41a6c5caed
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      Resources/bin/build.sh

+ 1 - 5
Resources/bin/build.sh

@@ -9,11 +9,7 @@
 
 
 DIR=`php -r "echo realpath(dirname(\\$_SERVER['argv'][0]));"`
 DIR=`php -r "echo realpath(dirname(\\$_SERVER['argv'][0]));"`
 cd $DIR
 cd $DIR
-<<<<<<< Updated upstream
-VERSION=`grep 'VERSION' vendor/symfony/src/Symfony/Component/HttpKernel/Kernel.php | sed -E "s/.*'(.+)'.*/\1/g"`
-=======
-VERSION=`grep ' VERSION ' vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php | sed -E "s/.*'(.+)'.*/\1/g"`
->>>>>>> Stashed changes
+VERSION=`grep ' VERSION ' vendor/symfony/src/Symfony/Component/HttpKernel/Kernel.php | sed -E "s/.*'(.+)'.*/\1/g"`
 
 
 if [ ! -d "$DIR/build" ]; then
 if [ ! -d "$DIR/build" ]; then
     mkdir -p $DIR/build
     mkdir -p $DIR/build