source cant use variables (p4)
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
#remaster lib
|
||||
[ -d "$LIBDIR"] || export LIBDIR="/usr/lib/remaster/"
|
||||
[ -d "$LIBDIR"] || { echo "LIBDIR not exist"; exit 1; }
|
||||
[ -d "<LIBDIR>"] || { echo "LIBDIR not exist"; exit 1; }
|
||||
|
||||
#filesystem_extract [filesystem_img_source] [chroot_path]
|
||||
function filesystem_extract() {
|
||||
|
Reference in New Issue
Block a user