Alex Kagno
Alex Kagno
I'm not sure I like this. The whole idea behind arch-ppa(I thought, anyway) was to prevent `--noconfirm` cases, forcing the user to use pacman instead of a wrapper. I just...
Ah, I thought this was a function for installing built packages from AUR. My mistake!
Doing a clean setup and rebuild of everything seems to sign, so I'm not sure what the issue is. We should keep this open to track potential continuing issues.
I think default in `$HOME/.arch-ppa` is fine. Really what would be cool is setting a command flag with `arch-ppa setup -r $HOME/new/dir` which would change the environment variable automatically.
I'll do this.
Real quick, I've never worked on a bash script like this... Typically I throw things into main() and call the functions from there.... How are you calling everything in here?
Any reason we're using $\* instead of $@? $@ should be used, from what I'm reading.
Also, I've read that it's bad practice to use $var when var is set inside the script. Are you okay if I change $var to ${var} when variables in the...
From [here](http://www.tldp.org/LDP/abs/html/varsubn.html): > Note that $variable is actually a simplified form of ${variable}. In contexts where the $variable syntax causes an error, the longer form may work So it _shouldn't_...
Sure thing, you okay if I put in more explicit help text? I enjoy documentation.