Project

General

Profile

« Previous | Next » 

Revision 8b5ccd24

Added by Renato Botelho almost 10 years ago

Remove unnecessary IFS replacement

View differences:

tools/builder_defaults.sh
78 78
# Make sure pkg will not be interactive
79 79
export ASSUME_ALWAYS_YES=true
80 80

  
81
OIFS=$IFS
82
IFS=%
83

  
84 81
# Architecture, supported ARCH values are: 
85 82
#  Tier 1: i386, AMD64, and PC98
86 83
#  Tier 2: ARM, PowerPC, ia64, Sparc64 and sun4v
......
308 305
else
309 306
	export BUILD_KERNELS=${BUILD_KERNELS:-"${PRODUCT_NAME}"}
310 307
fi
311

  
312
# This needs to be at the very end of the file.
313
IFS=$OIFS

Also available in: Unified diff