tChanged $subdir to $1 in function store() - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit dfdca1d9ed41543d73bafe6c9102c6ff90cb5ab6
(DIR) parent 11235faa0a8805750424cd8f1dcb12c021493fdd
(HTM) Author: z3bra <willy@mailoo.org>
Date: Tue, 6 May 2014 16:38:05 +0200
Changed $subdir to $1 in function store()
Diffstat:
M hmgr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/hmgr b/hmgr
t@@ -36,7 +36,7 @@ EOF
store() {
test -z "$1" && return 1
- test ! -d ${basedir}/$1 && mkdir ${basedir}/${subdir}
+ test ! -d ${basedir}/$1 && mkdir ${basedir}/$1
# Copy from current dir to base directory
cp ${cin} ${basedir}/$1/${cout}