updated cups build

This commit is contained in:
K D Hedger
2017-05-10 11:54:32 +01:00
parent 0c179bb430
commit 16cb3817c8
9 changed files with 16 additions and 16 deletions

View File

@ -44,6 +44,7 @@ for ((j=0;j<${#RESULTS[@]};j++))
UPDATETOVERSION=$(echo ${UPDATETOVERSION//[$'\t\r\n ']}|sed -r 's/\x1b\[[0-9;]*m?//g')
;;
"Path to script="*)
echo ${RESULTS[j]}
PATHTOSCRIPT=${RESULTS[j]##*=}
PATHTOSCRIPT=${LFS}${PATHTOSCRIPT//[$'\t\r\n ']}
;;