diff options
author | lool <lool> | 2006-10-30 08:36:53 +0000 |
---|---|---|
committer | lool <lool> | 2006-10-30 08:36:53 +0000 |
commit | eab32b5407b9cfefba300cbefcedf620f16fd379 (patch) | |
tree | 0bbded088cd4374cc97e7a5814a80887ff48fe6c | |
parent | bf0f46ebc69addefe81be04fb699befe8376ccae (diff) | |
download | pbuilder-eab32b5407b9cfefba300cbefcedf620f16fd379.tar pbuilder-eab32b5407b9cfefba300cbefcedf620f16fd379.tar.gz |
* Make a case construct POSIX compliant; thanks Martin F Krafft.
-rw-r--r-- | pbuilder-modules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index a71e1f0..188e55b 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -142,6 +142,7 @@ function umount_one () { fi ;; *) + : ;; esac if [ "$ignore_umount_error" != "yes" ]; then |