diff --git a/main.sh b/main.sh index d735fc6..b0ce11c 100755 --- a/main.sh +++ b/main.sh @@ -31,9 +31,11 @@ if test -n "$directory"; then cd "$directory" fi +echo "options before: $options" if test -n "$options"; then options="$(echo "$options" | tr '\n' ' ' | xargs)" fi +echo "options after: $options" if test -n "$inventory"; then echo "==> Setting inventory"