0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Remove -s switch from apt-copy

This commit is contained in:
Daniel Bolton 2011-08-13 10:53:24 -04:00
parent 65393b4bb1
commit d3116d4f0b

View file

@ -121,7 +121,7 @@ alias mydeb='time dpkg-buildpackage -rfakeroot -us -uc'
apt-copy() {
print '#!/bin/sh'"\n" > apt-copy.sh
cmd="$apt_pref install -s "
cmd="$apt_pref install "
for p in ${(f)"$(aptitude search -F "%p" --disable-columns \~i)"}; {
cmd="${cmd} ${p}"