--- wikisrc/pkgsrc/intro_to_packaging.mdwn 2014/07/09 12:35:41 1.7 +++ wikisrc/pkgsrc/intro_to_packaging.mdwn 2014/07/09 12:44:32 1.8 @@ -671,7 +671,7 @@ on a FreeBSD server with a bootstrapped use this `zsh` function to : -[[!format bash """ +[[!format sh """ add () { # upload the package to remote server scp $1 yrmt@saveosx.org:/usr/local/www/saveosx/packages/Darwin/2013Q4/x86_64/All/ 2> /dev/null @@ -723,7 +723,7 @@ add () { And this shell alias to upload all my built packages, but I still need to run `add()` mentionned above to update the pkg_summary -[[!format bash """ +[[!format sh """ up='rsync -avhz --progress /pkgsrc/packages/ root@saveosx.org:/usr/local/www/saveosx/packages/Darwin/2013Q4/x86_64/' """]]