This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" ======================================================================= | |
" Version: 1.0.0 | |
" Description: Vim plugin that enables syntax checking in syntastic with the rapydscript linter | |
" Maintainer: Alexander Tsepkov <atsepkov at gmail dot com> | |
" ====================================================================== | |
" See | |
" https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide#external | |
if exists("g:loaded_syntastic_rapydscript_rapydscript_checker") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec > /tmp/${PROJECT_NAME}_archive.log 2>&1 | |
UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/${CONFIGURATION}-universal | |
if [ "true" == ${ALREADYINVOKED:-false} ] | |
then | |
echo "RECURSION: Detected, stopping" | |
else | |
export ALREADYINVOKED="true" |