Merge branch 'use-gentoo-functions' of git://github.com/redneb/portage-gentoo-git-config

This commit is contained in:
hasufell 2015-08-22 22:16:09 +02:00
commit 8d7caaa54c
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
source /etc/init.d/functions.sh
source /lib/gentoo/functions.sh
repository_name="${1}"
repository_path="${3}"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source /etc/init.d/functions.sh
source /lib/gentoo/functions.sh
repository_name="${1}"
repository_path="${3}"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source /etc/init.d/functions.sh
source /lib/gentoo/functions.sh
repository_name="${1}"
repository_path="${3}"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source /etc/init.d/functions.sh
source /lib/gentoo/functions.sh
repository_name="${1}"
repository_path="${3}"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source /etc/init.d/functions.sh
source /lib/gentoo/functions.sh
repository_name="${1}"
repository_path="${3}"