Normalisation et nettoyage #4

Open
xavier wants to merge 14 commits from dev into master
Showing only changes of commit 6738296ace - Show all commits
-4
View File
@@ -1,7 +1,3 @@
function basedir() {
(cd "$(dirname \"$-2\")" && pwd)
}
function _source_file_if_exists() { function _source_file_if_exists() {
if [ -r "$1" ]; then if [ -r "$1" ]; then
test -n "${DEBUG_BASHRC}" && echo "-- Sourcing file $1" test -n "${DEBUG_BASHRC}" && echo "-- Sourcing file $1"