File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Assets/PatchKit Patcher/Editor Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ SECRET=$3
66INSTALLDIR=$4
77LOCKFILE=$5
88
9- LD_DIRS=` find $EXEDIR -name " x86_64" -printf " %p:" `
10- LD_DIRS=$LD_DIRS ` find $EXEDIR -name " x86" -printf " %p:" `
9+ LD_DIRS=" ` find " $EXEDIR " -name " x86_64" -printf " %p:" ` "
10+ LD_DIRS=" $LD_DIRS ` find " $EXEDIR " -name " x86" -printf " %p:" ` "
1111
12- export LD_LIBRARY_PATH=$LD_DIRS
12+ export LD_LIBRARY_PATH=" $LD_DIRS "
1313
14- if [ -n $LOCKFILE ]
14+ if [ -n " $LOCKFILE " ]
1515then
16- $EXEDIR /$PATCHER_EXE --installdir $INSTALLDIR --secret $SECRET --lockfile $LOCKFILE
16+ " $EXEDIR /$PATCHER_EXE " --installdir " $INSTALLDIR " --secret " $SECRET " --lockfile " $LOCKFILE "
1717else
18- $EXEDIR /$PATCHER_EXE --installdir $INSTALLDIR --secret $SECRET
19- fi
18+ " $EXEDIR /$PATCHER_EXE " --installdir " $INSTALLDIR " --secret " $SECRET "
19+ fi
You can’t perform that action at this time.
0 commit comments