diff options
author | Luke Shumaker <luke@HP-dv6426us-u904.(none)> | 2009-11-02 20:33:40 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:18 -0600 |
commit | 07dd960ad08c52a923a1e6d8485d0cd5c9040733 (patch) | |
tree | 965aa4db62c5363c94c9fd5b1618735a84656f47 /plugins/filedata | |
parent | 677ddc8a26bd3f61e1f1b2952e7f29fa7bf986ee (diff) |
It appears I'd previously edited other files, but as far as I knew a moment ago:
The Makefiles have had support for DESTDIR for some time. I just realised configure didn't
Which lead me to find some bugs in configure's option handling.
Diffstat (limited to 'plugins/filedata')
-rw-r--r-- | plugins/filedata/commit.sh | 3 | ||||
-rw-r--r-- | plugins/filedata/get.sh | 2 |
2 files changed, 4 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" diff --git a/plugins/filedata/get.sh b/plugins/filedata/get.sh index 52dbe26..321d5f8 100644 --- a/plugins/filedata/get.sh +++ b/plugins/filedata/get.sh @@ -17,5 +17,7 @@ ver=0.9 # along with this program; see the file COPYING. # If not, see <http://www.gnu.org/licenses>. +out="$1" + echo "yeah, this hasn't been coded yet, sorry!" |