From 87f0c8dec18eb50d1461d53bf1239c8dda73ed54 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 30 Jul 2009 16:14:54 -0400 Subject: it builds! --- plugins/repo/commit.f.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/repo/commit.f.sh') 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" -- cgit v1.2.3-54-g00ecf