Closed orhnk closed 1 year ago
I was getting no such file or directory errors in NixOS.
It turns out that the shebang was causing this error.
To address this problem, this PR explicitly tells the OS to execute the script using dash
[!NOTE] this will make it easier to spot people who did not install dash and complaining about the bar is not working
dash
I'd like to propose a different fix for this: change the shebang to #!/usr/bin/env dash and tell me if the issue persists @orhnk.
#!/usr/bin/env dash
Test #196 please @orhnk.
I was getting no such file or directory errors in NixOS.
It turns out that the shebang was causing this error.
To address this problem, this PR explicitly tells the OS to execute the script using dash