From ac1009f77ad0836c6b2476cf0eca23a21b03e273 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Mon, 17 Mar 2014 18:23:04 -0300 Subject: [PATCH] Add commands with - to the output --- lib/kickstart-commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kickstart-commands b/lib/kickstart-commands index ef02d18..b4c7d32 100755 --- a/lib/kickstart-commands +++ b/lib/kickstart-commands @@ -1,4 +1,4 @@ #!/bin/bash root_dir=`kickstart root-dir` -echo "`ls $root_dir/lib | cut -f2 -d'-'`" +echo "`ls $root_dir/lib | cut -f2- -d'-'`"