diff options
| author | Tails developers <amnesia@boum.org> | 2012-04-08 20:28:16 +0200 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-04-08 22:50:36 +0200 | 
| commit | 01ed4b84a51f458af528d9ea95fd86da2108081f (patch) | |
| tree | 9551639eadc419713adf005e66d8a6106fbe867d | |
| parent | a6bb4149992d6d416ea58f102cb8539ce106de7a (diff) | |
| download | live-boot-01ed4b84a51f458af528d9ea95fd86da2108081f.tar.gz live-boot-01ed4b84a51f458af528d9ea95fd86da2108081f.zip | |
Fixing brace alignment to follow common code style.
| -rw-r--r-- | scripts/live-helpers | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/scripts/live-helpers b/scripts/live-helpers index d73f44d..0e1b691 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -1585,8 +1585,8 @@ fix_home_rw_compatibility ()  	fi  } -is_mountpoint () { - +is_mountpoint () +{  	directory="$1"  	[ $(stat -fc%d:%D "${directory}") != $(stat -fc%d:%D "${directory}/..") ] | 
