From: Richard Nelson Date: Tue, 23 Jun 2015 20:47:43 +0000 (-0500) Subject: Adjusting whitespace to tabs on components/9990-mount-http.sh X-Git-Tag: debian/5.0_a5-1~3 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=60e3a0cf5e883ca6323ed8542eaf519e497a6731 Adjusting whitespace to tabs on components/9990-mount-http.sh --- diff --git a/components/9990-mount-http.sh b/components/9990-mount-http.sh index 16e69b6..d0f4900 100755 --- a/components/9990-mount-http.sh +++ b/components/9990-mount-http.sh @@ -83,7 +83,7 @@ do_httpmount () then if [ -d "${alt_mountpoint}" ] then - umount "${alt_mountpoint}" + umount "${alt_mountpoint}" rmdir "${alt_mountpoint}" fi umount "${mountpoint}"