Elektrine lite

← Feed

@OwOarchist@pawb.social

Post #4071912

2026-07-24 20:21 UTC

Or just include the trailing slash in $STEAMROOT, so that if the variable is empty, it will evaluate to rm -rf “” and do nothing.

Replies (1)

  • @victorz@lemmy.world 2026-07-24 20:53

    That seems like a more error-prone solution than the shell option. That would make it evaluate to rm -rf * which would probably delete your home directory, I’m guessing. And also put the burden of knowing the slash needs to be included on something completely disconnected from the expression. Nah, don’t do it like that.

    Open ##4072542