Tags: xman/utility
Tags
[UPDATE] When xman_clean_rb removes files, also remove the ".deleted"… … folder when it is empty. Signed-off-by: Shin Yee <[email protected]>
[FIX] Remove syntax error - Mismatching "[" and "]". [FIX] Solve space problems in scripts xman_dos2unix and xman_unix2dos. BASH script - for file in $@ is unable to handle fils with space. Hence, I set IFS=$'\n' to solve the space problems. Signed-off-by: Chung Shin Yee <[email protected]>