diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 13:20:39 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 13:20:39 +0000 |
| commit | 64dcd719aa013a07e88d71fce4b080a600fa8447 (patch) | |
| tree | 4ce98681ef75dc5915cb1e5f4af0ec73355c7c0e | |
| parent | fb2845c9406e086caf6716b83de19f698b8ab2a7 (diff) | |
Correct how params are passed
| -rwxr-xr-x | gohan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ install_repo() { printf "Installing \`$progname\` ($n of $total) via \`git\` and \`make\`. $(basename "$1") $2\n" - install_from_repo $1 $2 $3 + install_from_repo "$1" "$2" "$3" [ -d "$dir" ] && ( cd "$dir" |
