users should not have to type and extra "." in order to run a shell script
Bug #1443591 reported by
jezra
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Terminal App |
New
|
High
|
Unassigned | ||
apparmor-easyprof-ubuntu (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
In the Ubuntu Touch Terminal, the user is required to type and extra "." in order to run a shell script.
for example:
the user has written a script titled "do_some_stuff.sh"
in order to run the script, the user must type ". ./do_some_stuff.sh"
The user experience should mirror the functionality of desktop Ubuntu where the user would only need to type "./do_some_
affects: | ubuntu-ux → ubuntu-terminal-app |
affects: | apparmor (Ubuntu) → apparmor-easyprof-ubuntu (Ubuntu) |
tags: | added: application-confinement |
Changed in ubuntu-terminal-app: | |
importance: | Undecided → High |
To post a comment you must log in.
Adding apparmor because I believe this is a security policy problem.
$ ./ncdu
bash: ./ncdu: Permission denied