pkgsrc/mk/bulk/do-sandbox-upload
rillig 2649c7e107 Removed superfluous "--" arguments from the command line, as the
argument following the "--" is guaranteed not to start with a dash.
Fixes pkg/30362.
2005-07-13 22:07:46 +00:00

14 lines
293 B
Bash

#!/bin/sh
# $NetBSD: do-sandbox-upload,v 1.5 2005/07/13 22:07:46 rillig Exp $
#
# Script to start a sandbox build
#
# See pkgsrc/doc/pkgsrc.txt for documentation!
#
sh="/bin/sh"
upload="mk/bulk/upload"
chroot /usr/sandbox \
$sh -c "cd /usr/pkgsrc && exec $sh $upload \"\$@\"" $upload "$@"