From 22f0f794ac4e40866c5d390a7b27b8bd6713e681 Mon Sep 17 00:00:00 2001
From: Trygve Laugstøl <trygvis@inamo.no>
Date: Mon, 21 Oct 2013 23:28:03 +0200
Subject: o Removing silly formatting that left extra spaced at the end of  
 lines. o Fixing bug in app-conf get subcommand that would only return the  
 first part of values with an equals sign. o Makding sure $HOME is always set.

---
 bin/app-init | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'bin/app-init')

diff --git a/bin/app-init b/bin/app-init
index 7098cb3..fb4f7cd 100755
--- a/bin/app-init
+++ b/bin/app-init
@@ -12,6 +12,7 @@ usage_text() {
   echo "usage: $usage_app -d dir <resolver> <resolver args>"
 }
 
+dir=
 while getopts "d:" opt
 do
   case $opt in
@@ -32,7 +33,7 @@ resolver_name="$1"; shift
 
 if [ -z "$dir" ]
 then
-  usage
+  usage "-d is required"
 fi
 
 if [ -e "$dir" ]
-- 
cgit v1.2.3