#!/bin/bash # # This file is part of the phpBB Forum Software package. # # @copyright (c) phpBB Limited # @license GNU General Public License, version 2 (GPL-2.0) # # For full copyright and license information, please see # the docs/CREDITS.txt file. # set -e DB=$1 TRAVIS_PHP_VERSION=$2 root="$3" path="${root}phpBB/" if [ "$TRAVIS_PHP_VERSION" == "5.3.3" -a "$DB" == "mysqli" ] then # Check the permissions of the files # The following variables MUST NOT contain any wildcard # Directories to skip directories_skipped="-path ${path}develop -o -path ${path}vendor" # Files to skip files_skipped="-false" # Files which have to be executable executable_files="-path ${path}bin/*" incorrect_files=$( \ find ${path} \ '(' \ '(' \ ${directories_skipped} \ ')' \ -a -type d -prune -a -type f \ ')' -o \ '(' \ -type f -a \ -not '(' \ ${files_skipped} \ ')' -a \ '(' \ '(' \ '(' \ ${executable_files} \ ')' -a \ -not -perm +100 \ ')' -o \ '(' \ -not '(' \ ${executable_files} \ ')' -a \ -perm +111 \ ')' \ ')' \ ')' \ ) if [ "${incorrect_files}" != '' ] then echo "The following files do not have proper permissions:"; ls -la ${incorrect_files} exit 1; fi fi tro/mga2'>distro/mga2 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/po
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-07 16:56:01 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-07 16:56:01 +0000
commit52d99bdc74f4c82acc6957a73ed9f0c68640241b (patch)
tree717e87aa6bcf5cdcc66b834b61e85e6847044b08 /perl-install/standalone/po
parent92f46bcf01f5c3946deffc63564598a6c226272a (diff)
downloaddrakx-52d99bdc74f4c82acc6957a73ed9f0c68640241b.tar
drakx-52d99bdc74f4c82acc6957a73ed9f0c68640241b.tar.gz
drakx-52d99bdc74f4c82acc6957a73ed9f0c68640241b.tar.bz2
drakx-52d99bdc74f4c82acc6957a73ed9f0c68640241b.tar.xz
drakx-52d99bdc74f4c82acc6957a73ed9f0c68640241b.zip
- s/can not/cannot/ manually in the po/pot files so as not the make the strings
unnecessarily fuzzy (from Thierry Vignaud)
Diffstat (limited to 'perl-install/standalone/po')