This is a discussion on bug in flar in solaris 8 within the comp.unix.solaris forums, part of the Solaris Operating System category; --> Hi, there is a bug in flar on solaris 8. Does anyone know when it was introduced? It's not ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, there is a bug in flar on solaris 8. Does anyone know when it was introduced? It's not in an older version of Solaris 8 I have... 1078c1078 < if [[ $file_list = ${file_list#/} && $file_list != "-" ]]; then --- > if [[ $file_list = ${file_list#/} ]]; then Without the patch, "-f -" doesn't work anymore, because it adds the current directory path to "-" like "/tmp/-". -- I am root. If you see me laughing, you better have a backup. |
| Thread Tools | |
| Display Modes | |
|
|