index
:
gohan
main
version-1.0.0
My Arch ricer
David T. Sadler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
gohan.sh
2
1 files changed, 1 insertions, 1 deletions
diff --git a/gohan.sh b/gohan.sh
index 58a14f1..d9460ce 100755
--- a/
gohan.sh
+++ b/
gohan.sh
@@ -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
)
}