summaryrefslogtreecommitdiff
path: root/plugins/repo/commit.f.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/repo/commit.f.sh')
-rw-r--r--plugins/repo/commit.f.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/repo/commit.f.sh b/plugins/repo/commit.f.sh
index bb4a7d8..ebc8214 100644
--- a/plugins/repo/commit.f.sh
+++ b/plugins/repo/commit.f.sh
@@ -14,7 +14,7 @@ ver='0.7.0'
# commit.f FILENAME
file="$1"
-#hash=`md5sum $file | sed "s/ .*$//"`
+#hash=`md5sum $file | sed "s/ .*$//"`
hash=`sha1sum $file | sed "s/ .*$//"`
if [ ! -f "$REPO/$hash" ]; then
install -m 644 -o $USER -g $USER -T "$file" "$REPO/$hash"