Lines Matching refs:Error
32 cd ../$MANUFACTURER/$ROOTDEVICE/self-extractors || echo Error change dir
109 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR_NEW> /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
112 chmod a+x $FILEDIR_NEW/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE
128 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
130 cp -R root/* ${FILEDIR_ROOT} || echo \ \ \ \ Error copying makefiles
133 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
134 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
135 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
136 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
137 cat PART2 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
138 echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc -l)) \$0 \| tar zxv >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
139 cat PART3 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
140 (cd tmp ; tar zc --owner=root --group=root vendor/ >> $SCRIPT || echo \ \ \ \ Error generating embedded tgz)
141 chmod a+x tmp/$SCRIPT || echo \ \ \ \ Error generating script
145 (cd tmp ; tar --owner=root --group=root -z -c -f ../$ARCHIVE $SCRIPT || echo \ \ \ \ Error archiving script)