Don't use the variable PATH
. This variable contains a list of directories to search for executable programs. Since you're replacing it, the script can no longer find the mkdir
program.
In general, avoid using variables that are all uppercase, these are often used as parameters for the shell or other programs.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…