~ssweeny/ubuntu/raring/pbuilder-scripts/pbuilder-scripts-fixes

« back to all changes in this revision

Viewing changes to pfuncs

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-09-25 10:38:54 UTC
  • Revision ID: package-import@ubuntu.com-20120925103854-qndi0yswflarqbjc
Tags: 17
* Fix ptest's --save argument by allowing scripts to accept their own
  arguments
* Have ptest allow -s for consistency

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
setup_proj()
25
25
{
26
26
  proj=""
27
 
  while getopts 'p:' OPTION
 
27
  while getopts ':p:' OPTION
28
28
  do
29
29
    case $OPTION in
30
30
    p) proj="$OPTARG"