Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-15 07:03:05 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-15 07:03:05 +0300
commit83690f9bc338c54a93d99dc168020e665ed8ab20 (patch)
tree879111d109ce2e734c71f9b957b9635b2901bf97
parentf1583f63ac38baf8247fb35d3476eb56ec279939 (diff)
Another bugfix
-rw-r--r--mod/hakchi/script/package2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/hakchi/script/package b/mod/hakchi/script/package
index 5a7dde4..5de752f 100644
--- a/mod/hakchi/script/package
+++ b/mod/hakchi/script/package
@@ -90,7 +90,7 @@ packs_install(){
[ -d "$1" ] || return 1
for i in $(find "$1" -maxdepth 1 -name "*.hmod" | sort); do
pack_install "$i"
- rm -rf "$1"
+ rm -rf "$i"
done
}