Talk:slackpkg
Appearance
This page was proposed for deletion by HyperAccelerated (talk · contribs) on 11 March 2024. |
This redirect does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||
|
Untitled
[edit]I deleted the word "bash" in the phrase: "slackpkg is an automated package management tool written for Slackware as a BASH shell script"
It is wrong that slackpkg is a BASH script, it is a (portable) shell script. And that's the way it should be. if you run the command "head -n1 `which slackpkg`" you will see that the first line reads "#!/bin/sh" and not "#!/bin/bash" - the difference is vital as some users may chose not to have bash installed but some other shell...