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"
|
msg "compilation"
|
||||||
|
|
||||||
if is_true "$ArgHoldEditor"; then
|
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)"
|
parse_log "$(find_log)"
|
||||||
if ! compiled; then
|
if ! compiled; then
|
||||||
die "compilation failed"
|
die "compilation failed"
|
||||||
fi
|
fi
|
||||||
msg "${GRN}successfully compiled${DEF}"
|
msg "${GRN}successfully compiled${DEF}"
|
||||||
else
|
else
|
||||||
CMD //C "$(cygpath -w "$KFEditor") make $StripSourceArg -useunpublished" &
|
CMD //C "$(cygpath -w "$KFEditor")" make $StripSourceArg -useunpublished &
|
||||||
PID="$!"
|
PID="$!"
|
||||||
while ps -p "$PID" &> /dev/null
|
while ps -p "$PID" &> /dev/null
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user