aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlool <lool>2006-10-30 08:36:53 +0000
committerlool <lool>2006-10-30 08:36:53 +0000
commiteab32b5407b9cfefba300cbefcedf620f16fd379 (patch)
tree0bbded088cd4374cc97e7a5814a80887ff48fe6c
parentbf0f46ebc69addefe81be04fb699befe8376ccae (diff)
downloadpbuilder-eab32b5407b9cfefba300cbefcedf620f16fd379.tar
pbuilder-eab32b5407b9cfefba300cbefcedf620f16fd379.tar.gz
* Make a case construct POSIX compliant; thanks Martin F Krafft.
-rw-r--r--pbuilder-modules1
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