Fix directory creation.
This commit is contained in:
parent
5ac8d9c73a
commit
3a7d0cef55
|
@ -35,6 +35,8 @@ P="$1"; shift
|
|||
PC="$1"; shift
|
||||
HEADER_NAME="$1"; shift
|
||||
|
||||
DEST_DIR="${DEST_DIR}/${P}"
|
||||
|
||||
|
||||
|
||||
# Copy to destination directory. Deal with the case where the user has
|
||||
|
|
Loading…
Reference in New Issue