The branch, build-main has been updated via 12d42ec1454f055391d4039371873a9503705396 (commit) from 30e3aac705162504e222e5dc5d0ec0e05270394c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2gothinclientmanagement/sbin/x2gothinclient_shell | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 7cb0428..8942478 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ x2gothinclient (1.0.1.9-0~x2go1) UNRELEASED; urgency=low - Truncate echo output lines to less than 80 chars. - Use sed to patch initramfs configuration (rather than a patch that fails on wheezy). The change is needed for squeeze only. + - Fix x2go_tce_shell.sh script, escape braces. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 10 Aug 2012 14:13:49 +0200 diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_shell b/x2gothinclientmanagement/sbin/x2gothinclient_shell index 3360dda..1d448bf 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_shell +++ b/x2gothinclientmanagement/sbin/x2gothinclient_shell @@ -60,7 +60,7 @@ export ftp_proxy=$TC_FTP_PROXY echo 'This shell has been started in your X2Go Thin Clients chroot environment.' echo 'All changes performed here will take effect on your X2Go Thin Clients' -echo 'after their next (re)boot. So be careful!!!' +echo 'after their next \(re\)boot. So be careful!!!' echo echo "To return from this chroot shell hit STRG+D or type ,,exit'' on the" echo 'command line...' hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gothinclient.git" (X2Go Thin Client Environment).