You are not logged in.
I have recently started to mess around with making CVS packages using makepkg. Some CVS servers require you to just press enter when logging in. I am curious how one would do this in the PKGBUILD file. Right now I just press enter myself, but I would rather have the build script do it. Anyone have any ideas on how to accomplish this?
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
You can use "yes":
yes | command
Offline