Add commands with - to the output

This commit is contained in:
Bruno Tavares 2014-03-17 18:23:04 -03:00
parent 16cc760538
commit ac1009f77a

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
root_dir=`kickstart root-dir` root_dir=`kickstart root-dir`
echo "`ls $root_dir/lib | cut -f2 -d'-'`" echo "`ls $root_dir/lib | cut -f2- -d'-'`"