Hello, My first code was like > if(~ $#kirara2 0) > kirara2=/n/other/kirara2
but I rewrote > kirara2=/n/other/kirara2 > kirara=$kirara2 because the latter is safest, though a little pain. Thanks On 2013/10/14, at 14:59, BurnZeZ <brz-systemd-...@intma.in> wrote: > kirara2=/n/other/kirara2 > kirara=$kirara2 > > This is in many of the scripts, and you are required to manually correct it. > > if(~ $#kirara2 0) > kirara2=/n/other/kirara2 > > Is there a reason something like this is not done instead? >