[Bug 1090289] [NEW] Commands with backslashes are making troubles
Sworddragon
1090289 at bugs.launchpad.net
Fri Dec 14 09:58:48 UTC 2012
Public bug reported:
I'm using Ubuntu 13.04 dev with upstart 1.6.1-1ubuntu1. For example an
upstart script with this command isn't executed correctly:
exec find / ! -size 0 -regex '.*\.sqlite3?$' -type f -exec sqlite3 {}
VACUUM \;
Copying the line into a terminal is working fine. A workaround to get
this command working with upstart is to use the script tags around the
command.
** Affects: upstart (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/1090289
Title:
Commands with backslashes are making troubles
Status in “upstart” package in Ubuntu:
New
Bug description:
I'm using Ubuntu 13.04 dev with upstart 1.6.1-1ubuntu1. For example an
upstart script with this command isn't executed correctly:
exec find / ! -size 0 -regex '.*\.sqlite3?$' -type f -exec sqlite3 {}
VACUUM \;
Copying the line into a terminal is working fine. A workaround to get
this command working with upstart is to use the script tags around the
command.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1090289/+subscriptions
More information about the foundations-bugs
mailing list