Debian Automated Code Analysis

checkbashisms analysis of pike7.8_7.8.352-dfsg-3.dsc

possible bashism in ./src/test_dynamic_loading.in line 4 (alternative test command ([[ foo ]] should be [ foo ])):
changequote([[,]])
possible bashism in ./src/test_dynamic_loading.in line 5 (alternative test command ([[ foo ]] should be [ foo ])):
define([[TESTNUM]],0)
possible bashism in ./src/test_dynamic_loading.in line 11 (alternative test command ([[ foo ]] should be [ foo ])):
define([[Tlow_test]],[[
possible bashism in ./src/test_dynamic_loading.in line 12 (alternative test command ([[ foo ]] should be [ foo ])):
  define([[TESTNUM]],incr(TESTNUM))
possible bashism in ./src/test_dynamic_loading.in line 28 (alternative test command ([[ foo ]] should be [ foo ])):
    tar cvf dynload_[[]]TESTNUM[[]].tar dynload*.{c,h,o,so}
possible bashism in ./src/test_dynamic_loading.in line 28 (brace expansion):
    tar cvf dynload_[[]]TESTNUM[[]].tar dynload*.{c,h,o,so}
possible bashism in ./src/test_dynamic_loading.in line 34 (alternative test command ([[ foo ]] should be [ foo ])):
define([[Tmodule]],[[
possible bashism in ./src/test_dynamic_loading.in line 35 (alternative test command ([[ foo ]] should be [ foo ])):
  define([[MODOBJ]],[[]])
possible bashism in ./src/test_dynamic_loading.in line 36 (alternative test command ([[ foo ]] should be [ foo ])):
  define([[MODC]],[[]])
possible bashism in ./src/test_dynamic_loading.in line 54 (alternative test command ([[ foo ]] should be [ foo ])):
define([[Tmodulefile]],[[
possible bashism in ./src/test_dynamic_loading.in line 55 (alternative test command ([[ foo ]] should be [ foo ])):
define([[MODOBJ]],MODOBJ dynloadtestmod$1.o)
possible bashism in ./src/test_dynamic_loading.in line 56 (alternative test command ([[ foo ]] should be [ foo ])):
define([[MODC]],MODC dynloadtestmod$1.c)
possible bashism in ./src/test_dynamic_loading.in line 63 (alternative test command ([[ foo ]] should be [ foo ])):
define([[Tmod]],[[
possible bashism in ./src/test_dynamic_loading.in line 64 (alternative test command ([[ foo ]] should be [ foo ])):
  Tmodule([[]],[[
possible bashism in ./src/test_dynamic_loading.in line 65 (alternative test command ([[ foo ]] should be [ foo ])):
    Tmodulefile([[]],[[$1]])
possible bashism in ./src/test_dynamic_loading.in line 69 (alternative test command ([[ foo ]] should be [ foo ])):
define([[Tprog]],[[
possible bashism in ./src/test_dynamic_loading.in line 91 (alternative test command ([[ foo ]] should be [ foo ])):
Tprog([[
possible bashism in ./src/test_dynamic_loading.in line 106 (alternative test command ([[ foo ]] should be [ foo ])):
]],[[
possible bashism in ./src/test_dynamic_loading.in line 146 ('((' should be '$(('):
  if((tmpfp = fopen("./dynloadtestmod.so", "a")))
possible bashism in ./src/test_dynamic_loading.in line 161 ('((' should be '$(('):
  exit( ((int (*)(void))fun)() );
possible bashism in ./src/test_dynamic_loading.in line 164 ('((' should be '$(('):
DECLSPEC(noreturn) void debug_fatal(const char *fmt, ...) ATTRIBUTE((noreturn,format (printf, 1, 2)))
possible bashism in ./src/test_dynamic_loading.in line 176 (alternative test command ([[ foo ]] should be [ foo ])):
define([[TTest]],[[Tlow_test(Tmod([[$1]]))]])
possible bashism in ./src/test_dynamic_loading.in line 178 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[ EXPORT int foo() { return 0; } ]] )
possible bashism in ./src/test_dynamic_loading.in line 179 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[ EXPORT int foo() { exit(0); return 1; } ]] )
possible bashism in ./src/test_dynamic_loading.in line 180 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[ EXPORT int foo() { return integer != 17; } ]] )
possible bashism in ./src/test_dynamic_loading.in line 181 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[ EXPORT int foo() { return strcmp(strptr,"strptr"); } ]] )
possible bashism in ./src/test_dynamic_loading.in line 182 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[ EXPORT int foo() { return neg_func(-18) != 18; } ]] )
possible bashism in ./src/test_dynamic_loading.in line 183 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[ EXPORT int foo() { return sub_one_func(-18) != -19; } ]] )
possible bashism in ./src/test_dynamic_loading.in line 184 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[ EXPORT int foo() { return call_funcptr(-18) != 18; } ]] )
possible bashism in ./src/test_dynamic_loading.in line 186 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[
possible bashism in ./src/test_dynamic_loading.in line 194 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[
possible bashism in ./src/test_dynamic_loading.in line 202 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[
possible bashism in ./src/test_dynamic_loading.in line 214 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[
possible bashism in ./src/test_dynamic_loading.in line 228 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[ EXPORT int foo() { return neg_func(-4) * 4.0 + 1.5 != dubbel; } ]] )
possible bashism in ./src/test_dynamic_loading.in line 232 (alternative test command ([[ foo ]] should be [ foo ])):
TTest( [[

This report was generated on Thu, 16 Dec 2010 16:38:26 +0000, based on results by checkbashisms 2.10.65git5