aboutsummaryrefslogtreecommitdiff
path: root/libs/git
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-06-23 18:02:49 +0000
committerGogs <gogitservice@gmail.com>2017-06-23 18:02:49 +0000
commit4ece4e4999cf2bfcd6b0fb8e67543b299d7c0cd8 (patch)
tree889014b8974bb439a7a665ce991036ea5d41fd01 /libs/git
parentbdb6c0e643f9d4b4ce3e0ceba113c04bd45d5116 (diff)
parent4e50a92041c9f30deef1a32c995b9d5634cbed22 (diff)
downloadlibrebootfr-4ece4e4999cf2bfcd6b0fb8e67543b299d7c0cd8.tar.gz
librebootfr-4ece4e4999cf2bfcd6b0fb8e67543b299d7c0cd8.zip
Merge branch 'printf-cleanup' of kragle/libreboot into master
Diffstat (limited to 'libs/git')
-rwxr-xr-xlibs/git4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/git b/libs/git
index 1590e9a7..e62c22e3 100755
--- a/libs/git
+++ b/libs/git
@@ -214,7 +214,7 @@ git_files() {
git_project_repository_path() {
local repository=$1
- env printf '%s\n' "$root/$SOURCES/$repository"
+ printf '%s\n' "$root/$SOURCES/$repository"
}
git_project_check() {
@@ -582,7 +582,7 @@ git_project_release() {
local archive_path="$root/$RELEASE/$SOURCES/$project/$release_branch.$TAR_XZ"
local sources_path="$root/$SOURCES/$repository"
- env printf '%s\n' "Releasing sources archive for $project (with ${arguments:-no argument}) from "$repository" git"
+ printf '%s\n' "Releasing sources archive for $project (with ${arguments:-no argument}) from "$repository" git"
git_branch_checkout "$repository_path" "$release_branch"
git_submodule_update "$repository_path"