Fix double quotes
This commit is contained in:
parent
0a9ea08804
commit
4eac6fcf7a
1 changed files with 2 additions and 2 deletions
|
|
@ -6,10 +6,10 @@ mydir=$(dirname "$0")
|
|||
PREP_SCRIPT="$(cd "$(dirname "$0")" && pwd)/prep 1 font.sh"
|
||||
|
||||
#activate python environment
|
||||
source "$(cd "$(dirname "$0")" && pwd)/.env/bin/activate"
|
||||
source "$mydir"/.env/bin/activate
|
||||
|
||||
#move orphans before we do anything else
|
||||
python $mydir/orphans.py
|
||||
python3 "$mydir"/orphans.py
|
||||
|
||||
# Check if the prep script exists
|
||||
if [[ ! -f "$PREP_SCRIPT" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue