mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
get.sh: remove useless message
the user doesn't care where the temporary git repo is git shows that information anyway, in the git clone command Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -156,7 +156,6 @@ bad_checksum()
|
||||
|
||||
tmpclone()
|
||||
{
|
||||
printf "Creating git clone '%s' from '%s'\n" "$2" "$1"
|
||||
( x_ git clone "$1" "$2" ) || return 1
|
||||
( x_ git -C "$2" reset --hard "$3" ) || return 1
|
||||
( fx_ "eval x_ git -C \"$2\" am" find "$4" -type f ) || return 1; :
|
||||
|
||||
Reference in New Issue
Block a user