diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-07-24 17:11:13 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-07-24 17:11:13 +0200 |
commit | 722716ef57bfc2cfb0be18fbfda730792998096d (patch) | |
tree | 0cc9104ea9e74f0188d0269b5f0c042da527da34 /bin/pkg | |
parent | a37e335e7d2eba12c52a9ca8d6f5c80a958c0d7d (diff) | |
parent | 7fcaf380a82828da4d656ca7d9b06ec112358222 (diff) |
Backouts to revision 263:916933588b62
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -548,7 +548,7 @@ pkg_doc () { ## Now what shall we do... ## -case ${1:s/-/} in +case $1 in add) pkg_add $2 ;; changelog) pkg_changelog $2 ;; changeroot) pkg_changesrc $2 ;; |