summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBernd Schubert <bernd.schubert@fastmail.fm>2009-05-25 22:25:43 +0200
committerBernd Schubert <bernd.schubert@fastmail.fm>2009-05-25 22:25:43 +0200
commit688d25b3d2ce1dd61fa9512eb5dc8a721d15c539 (patch)
treef39c682d48db12f3e631c5c646581a89e9cefe24 /examples
parentd8b7293fdde679745075ea3668c531545f78f503 (diff)
downloadunionfs-fuse-git-688d25b3d2ce1dd61fa9512eb5dc8a721d15c539.tar.gz
Fix debian bashism bug (bug#530214)
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/unionfs-fuse-nfs-root2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unionfs-fuse-nfs-root b/examples/unionfs-fuse-nfs-root
index 3069c5c..c4e50df 100755
--- a/examples/unionfs-fuse-nfs-root
+++ b/examples/unionfs-fuse-nfs-root
@@ -87,7 +87,7 @@ mount -n -t nfs $NFS_OPT ${NFS_SERV}:/${UPATH}/hosts/${IP} /${UPATH}/host
mkdir -p /${UPATH}/host/root
mount -n -omode=0655 -t tmpfs tmpfs /${UPATH}/host/root
-function unionmount()
+unionmount()
{
dir=$1