Merge pull request #7 from xamionex/patch-1
Move a quote so it properly launches kfeditor on windows
This commit is contained in:
commit
db59f4c541
4
builder
4
builder
@ -721,14 +721,14 @@ function compile ()
|
||||
msg "compilation"
|
||||
|
||||
if is_true "$ArgHoldEditor"; then
|
||||
CMD //C "$(cygpath -w "$KFEditor") make $StripSourceArg -useunpublished"
|
||||
CMD //C "$(cygpath -w "$KFEditor")" make $StripSourceArg -useunpublished
|
||||
parse_log "$(find_log)"
|
||||
if ! compiled; then
|
||||
die "compilation failed"
|
||||
fi
|
||||
msg "${GRN}successfully compiled${DEF}"
|
||||
else
|
||||
CMD //C "$(cygpath -w "$KFEditor") make $StripSourceArg -useunpublished" &
|
||||
CMD //C "$(cygpath -w "$KFEditor")" make $StripSourceArg -useunpublished &
|
||||
PID="$!"
|
||||
while ps -p "$PID" &> /dev/null
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user