Browse Source

fix linebreak

fixes line break when using a profile
pull/34/head
Gorgone 5 years ago
committed by GitHub
parent
commit
3c739bb4f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      support/functions/_cmd_build

2
support/functions/_cmd_build

@ -144,7 +144,7 @@ fi
fi
#if build with profile
[ ! "$pf" == "empty" ] && printf "$y_l | PROFILE : $pf_name"
[ ! "$pf" == "empty" ] && printf "\n$y_l | PROFILE : $pf_name"
#IF SVN is Patched
[ -f "$workdir/SVN-IS-PATCHED" ] && printf $y_l"\n | ISPATCHED :$P YES"

Loading…
Cancel
Save