diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2019-03-23 15:37:09 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2019-03-23 15:51:24 -0400 |
commit | fbdb6292b5d3932065a7ce1b5ab8578e310d7235 (patch) | |
tree | 3e148d24ded383acfdad2c2d8168477e278434a1 /libs/git | |
parent | 6700afb57b7af0b39a6fc9aa8a1b0c02730577c8 (diff) | |
download | librebootfr-fbdb6292b5d3932065a7ce1b5ab8578e310d7235.tar.gz librebootfr-fbdb6292b5d3932065a7ce1b5ab8578e310d7235.zip |
libs/git: Remove some unused variable definitions
Diffstat (limited to 'libs/git')
-rwxr-xr-x | libs/git | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -178,9 +178,6 @@ git_apply() { local patch=$3 ( - export GIT_COMMITTER_NAME=$GIT_NAME - export GIT_COMMITTER_EMAIL=$GIT_EMAIL - cd "$repository_path" git checkout "$branch" >/dev/null 2>&1 @@ -352,8 +349,6 @@ git_project_prepare_patch() { local repository=$1 shift - local project_path=$(project_path "$project") - local configs_path="$project_path/$CONFIGS" local branch=$project local argument local path @@ -429,8 +424,6 @@ git_project_prepare_check() { shift local repository_path=$(git_project_repository_path "$repository") - local project_path=$(project_path "$project") - local configs_path="$project_path/$CONFIGS" local branch=$project local argument @@ -531,7 +524,6 @@ git_project_release() { shift local repository=$1 shift - local arguments=$@ local repository_path=$(git_project_repository_path "$repository") local branch=$project |