From 5cb364532a78409ee7476d8f410e79bbb0a0606a Mon Sep 17 00:00:00 2001 From: DTB Date: Tue, 5 Dec 2023 21:15:40 -0700 Subject: [PATCH] silly typos --- soft/man-pages-posix2017 | 2 +- soft/soft | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/soft/man-pages-posix2017 b/soft/man-pages-posix2017 index c14ef48..4294253 100644 --- a/soft/man-pages-posix2017 +++ b/soft/man-pages-posix2017 @@ -8,7 +8,7 @@ PROVIDES=man-pages-posix REL=0 UPSTREAM=https://git.kernel.org/pub/scm/docs/man-pages/man-pages-posix.git VERSION=nightly -stream_licesne(){ +stream_license(){ cat "$SRC"/POSIX-COPYRIGHT } . soft diff --git a/soft/soft b/soft/soft index 50aadd2..fbb341b 100644 --- a/soft/soft +++ b/soft/soft @@ -25,7 +25,7 @@ custom) ;; custom) ;; http*) mkdir -p "$SRC" curl -O "$UPSTREAM" --output-dir "$SRC" ;; - git) git pull "$UPSTREAM" "$SRC" ;; + git) git clone "$UPSTREAM" "$SRC" ;; *) case "$UPSTREAM" in git:*) UPSTREAM_TYPE=git; get_upstream ;; *.git) UPSTREAM_TYPE=git; get_upstream ;;