Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 881383
Collapse All | Expand All

(-)a/bin/etc-update (-3 / +2 lines)
Lines 90-97 cmd_var_is_valid() { Link Here
90
}
90
}
91
91
92
diff_command() {
92
diff_command() {
93
	local cmd=${diff_command//%file1/$1}
93
	local cmd=${diff_command//%file1/"$1"}
94
	${cmd//%file2/$2}
94
	${cmd//%file2/"$2"}
95
}
95
}
96
96
97
# Usage: do_mv_ln [options] <src> <dst>
97
# Usage: do_mv_ln [options] <src> <dst>
98
- 

Return to bug 881383