diff options
| -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" |
