diff options
Diffstat (limited to 'gohan.sh')
| -rwxr-xr-x | gohan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ install_repo() { install_from_repo $1 $2 $3 [ -d "$dir" ] || ( - cd "$dir + cd "$dir" make clean install >/dev/null 2>&1 ) } |
