mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* Additional.lyx - fix lyxeditor.sh example.
Different shells seem to have different taste. http://www.mail-archive.com/lyx-users@lists.lyx.org/msg96590.html (backport)
This commit is contained in:
parent
92e574a70d
commit
7c0e80ef07
@ -6305,7 +6305,7 @@ echo "$COMMAND" > "${LYXPIPE}".in || exit
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
read < "${LYXPIPE}".out || exit
|
||||
read TMP < "${LYXPIPE}".out || exit
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -6529,7 +6529,7 @@ echo "$COMMAND" > "${LYXPIPE}".in || exit
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
read < "${LYXPIPE}".out || exit
|
||||
read TMP < "${LYXPIPE}".out || exit
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -6999,7 +6999,7 @@ echo "$COMMAND" > "${LYXPIPE}".in || exit
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
read < "${LYXPIPE}".out || exit
|
||||
read TMP < "${LYXPIPE}".out || exit
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -5957,7 +5957,7 @@ echo "$COMMAND" > "${LYXPIPE}".in || exit
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
read < "${LYXPIPE}".out || exit
|
||||
read TMP < "${LYXPIPE}".out || exit
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -6900,7 +6900,7 @@ echo "$COMMAND" > "${LYXPIPE}".in || exit
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
read < "${LYXPIPE}".out || exit
|
||||
read TMP < "${LYXPIPE}".out || exit
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
Loading…
Reference in New Issue
Block a user