diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-07-30 16:14:54 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:13 -0600 |
commit | 87f0c8dec18eb50d1461d53bf1239c8dda73ed54 (patch) | |
tree | 23d7b708973f93ed331f5a18d3e5b9e3f5f6cd56 /plugins/repo/commit.f.sh | |
parent | 56d4ab21576bcc3049f62374597b7a5f47a560ab (diff) |
it builds!
Diffstat (limited to 'plugins/repo/commit.f.sh')
-rw-r--r-- | plugins/repo/commit.f.sh | 2 |
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" |