Fix a typo
This commit is contained in:
parent
39a3ce94f2
commit
9b0fac4b15
|
@ -30,6 +30,6 @@ find "$TOP_DIR/_templates" -maxdepth 1 -mindepth 1 -type f -name "*.${SYS_NAME}"
|
||||||
base=$(basename "$file" ".${SYS_NAME}")
|
base=$(basename "$file" ".${SYS_NAME}")
|
||||||
ext="${base##*.}"
|
ext="${base##*.}"
|
||||||
#echo ln -rs "${file#${TOP_DIR}/}" "${base}"
|
#echo ln -rs "${file#${TOP_DIR}/}" "${base}"
|
||||||
ln -vrs "${file}" "${TOP_DIR}/${base%${ext}}local.$ext"t
|
ln -vrs "${file}" "${TOP_DIR}/${base%${ext}}local.$ext"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue