~ubuntu-branches/ubuntu/utopic/devscripts/utopic-security

« back to all changes in this revision

Viewing changes to test/bashisms/functions.sh.out

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2013-02-18 22:27:33 UTC
  • mfrom: (10.9.22 experimental)
  • Revision ID: package-import@ubuntu.com-20130218222733-7krtkqzko32xte0z
Tags: 2.13.0ubuntu1
* Merge from Debian experimental. Remaining changes:
  - Convert python scripts to python3. (Closes: #680313)
    Debian bug #695259 needs to be fixed to get the change into Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
possible bashism in bashisms/functions.sh line 15 ('function' is useless):
 
2
function BASHISM() {
 
3
possible bashism in bashisms/functions.sh line 19 ('function' is useless):
 
4
function BASHISM {
 
5
possible bashism in bashisms/functions.sh line 23 ('function' is useless):
 
6
function BASHISM {
 
7
possible bashism in bashisms/functions.sh line 25 (should be >word 2>&1):
 
8
} &>/dev/null # BASHISM
 
9
possible bashism in bashisms/functions.sh line 27 (function names should only contain [a-z0-9_]):
 
10
,() { # BASHISM
 
11
possible bashism in bashisms/functions.sh line 31 ('function' is useless):
 
12
function foo:bar:BASHISM { # BASHISMS
 
13
possible bashism in bashisms/functions.sh line 31 (function names should only contain [a-z0-9_]):
 
14
function foo:bar:BASHISM { # BASHISMS
 
15
possible bashism in bashisms/functions.sh line 35 ('function' is useless):
 
16
function foo-bar-BASHISM() { # BASHISMS
 
17
possible bashism in bashisms/functions.sh line 35 (function names should only contain [a-z0-9_]):
 
18
function foo-bar-BASHISM() { # BASHISMS
 
19
possible bashism in bashisms/functions.sh line 39 (function names should only contain [a-z0-9_]):
 
20
foo-bar-BASHISM ( ) {
 
21
possible bashism in bashisms/functions.sh line 47 ('function' is useless):
 
22
function _ { #BASHISM
 
23
possible bashism in bashisms/functions.sh line 51 (function names should only contain [a-z0-9_]):
 
24
=() { #BASHISM
 
25
possible bashism in bashisms/functions.sh line 55 ('function' is useless):
 
26
function BASHISM=() { #BASHISMS
 
27
possible bashism in bashisms/functions.sh line 55 (function names should only contain [a-z0-9_]):
 
28
function BASHISM=() { #BASHISMS
 
29
possible bashism in bashisms/functions.sh line 59 ('function' is useless):
 
30
function BASHISM= { #BASHISMS
 
31
possible bashism in bashisms/functions.sh line 59 (function names should only contain [a-z0-9_]):
 
32
function BASHISM= { #BASHISMS