summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2023-12-30 12:36:50 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2023-12-30 12:36:50 +0000
commitab92fa73518afdcbefbcd7ad862b2991bac28ed4 (patch)
tree97ae39639e14559bff6f2ee35f19f4246c913dd4
parentf70c64d401768660c925ac3c038168c90884b843 (diff)
Fix syntax error
-rwxr-xr-xgohan.sh2
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
)
}