View | Details | Raw Unified | Return to bug 279774
Collapse All | Expand All

(-)man.sh (+4 lines)
Lines 200-205 Link Here
200
	# Don't accidentally inherit callers IFS (breaks perl manpages)
200
	# Don't accidentally inherit callers IFS (breaks perl manpages)
201
	unset IFS
201
	unset IFS
202
202
203
	# null filename never exists
204
	if [ -z "$1" ]; then
205
		return 1
206
	fi
203
	# Use some globbing tricks in the shell to determine if a file
207
	# Use some globbing tricks in the shell to determine if a file
204
	# exists or not.
208
	# exists or not.
205
	set +f
209
	set +f

Return to bug 279774