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