From a24ba8ab70f657e66c29dc66478a82a0d1d10eed Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 30 Mar 2010 22:53:01 -0600 Subject: so, I realised that because: * filedata was stipped down to just filename * the directory structure of files/filecontent stored member names then: * all filedata was really doing is storing filetype so, I decided to make filetype inherent of ID in a fairly elegant way --- plugins/filecontent/lib/stdio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/filecontent/lib/stdio.sh') diff --git a/plugins/filecontent/lib/stdio.sh b/plugins/filecontent/lib/stdio.sh index ca4a86a..09d2ec7 100644 --- a/plugins/filecontent/lib/stdio.sh +++ b/plugins/filecontent/lib/stdio.sh @@ -1,5 +1,5 @@ #!/bin/sh -#name='rvs files stdio' +#name='rvs @ID@ stdio' #ver=0.9 # Copyright (C) 2009 Luke Shumaker # -- cgit v1.2.3-54-g00ecf