correction to script
This commit is contained in:
parent
c3e438805f
commit
6443deee57
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#! /bin/zsh
|
||||
|
||||
#if current working directory is named font_files or custom_fonts, exit
|
||||
if [[ $PWD == *"font_files"* ]] || [[ $PWD == *"custom_fonts"* ]]; then
|
||||
if [[ $PWD == *"font_files" ]] || [[ $PWD == *"custom_fonts" ]]; then
|
||||
echo "You are in the wrong directory. Please move to the individual font folder."
|
||||
exit
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue