code format bug
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#remaster lib
|
||||
[ -d "<LIBDIR>"] || { echo "LIBDIR not exist"; exit 1; }
|
||||
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||
|
||||
#iso_extract [iso_source] [iso_extr_dir]
|
||||
function iso_extract() {
|
||||
|
Reference in New Issue
Block a user