From 96836e447afac427a5cdd87534146418146dc8f9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 23 Sep 2012 09:26:09 +0200 Subject: Fix style. --- src/platform/freebsd.sh | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'src/platform') diff --git a/src/platform/freebsd.sh b/src/platform/freebsd.sh index 3900f10..ff41379 100644 --- a/src/platform/freebsd.sh +++ b/src/platform/freebsd.sh @@ -1,18 +1,16 @@ +# Copyright (C) 2012 Jonathan Chu . All Rights Reserved. +# This file is licensed under the GPLv2+. Please see COPYING for more information. + tmpdir() { - ramdisk="/var/tmp/password-store.ramdisk" - if [[ -d $ramdisk && -d $ramdisk && -d $ramdisk ]]; then + ramdisk="/var/tmp/password-store.ramdisk" + if [[ -d $ramdisk && -d $ramdisk && -d $ramdisk ]]; then tmp_dir="$(TMPDIR=$ramdisk mktemp -t "$template" -d)" else - yesno "$(cat <