diff options
author | dancer <dancer> | 2003-04-06 22:16:35 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-04-06 22:16:35 +0000 |
commit | 75a5c6348610d497096f32289abeeaa46083545a (patch) | |
tree | 6c7cadd7b3d73e32760eec124957b3b90393a7e0 /pbuilder-user-mode-linux | |
parent | 16355a6841056fa7fe623d79001daf369d8a3d3e (diff) | |
download | pbuilder-75a5c6348610d497096f32289abeeaa46083545a.tar pbuilder-75a5c6348610d497096f32289abeeaa46083545a.tar.gz |
0.70
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-x | pbuilder-user-mode-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux index 0d1432a..66b23fe 100755 --- a/pbuilder-user-mode-linux +++ b/pbuilder-user-mode-linux @@ -194,7 +194,7 @@ while [ -n "$1" ] ; do UML_EXTRAOPT="${UML_EXTRAOPT} $1" shift;; #things that can be passed through with options - --timeout|--http-proxy|--configfile|--hookdir|--aptconfdir) + --timeout|--http-proxy|--configfile|--hookdir|--aptconfdir|--bindmounts) UML_EXTRAOPT="${UML_EXTRAOPT} $1 $2" shift; shift;; --buildresult) |