WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tc-config, case $i in, base) ONLYBASE=1 ;; is redundant with same in tce-setup  (Read 1398 times)

Offline nick65go

  • Hero Member
  • *****
  • Posts: 799
in tc 11.1, in file tc-config, I think the case-search for item "base" in /proc/cmdline in not need.
Code: [Select]
for i in `cat /proc/cmdline`; do*)
   case $i in
    base) ONLYBASE=1 ;;
the real search is anyway done in tce-setup. so maybe you can delete this specific item from the branch: base) ONLYBASE=1 ;; Basicaly it is has no bad influence in code speed, i undertand it, but is useless in tc-config.IMHO any redundant code is not good impresion for tinycore.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Removed, thanks for reporting.
The only barriers that can stop you are the ones you create yourself.