diff options
Diffstat (limited to 'plugins/filedata/commit.sh')
-rw-r--r-- | plugins/filedata/commit.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/filedata/commit.sh b/plugins/filedata/commit.sh index 0f3b8d1..f046db4 100644 --- a/plugins/filedata/commit.sh +++ b/plugins/filedata/commit.sh @@ -17,8 +17,9 @@ ver=0.9 # along with this program; see the file COPYING. # If not, see <http://www.gnu.org/licenses>. +out="$1" +file="$2" hash="`cat /dev/stdin`" -file="$1" temp=`mktemp` echo "Hash: $hash" > "$temp" |