Commit 6cec9160 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove a debugging entry

parent 5af6073c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ rule_canonisation() {
rule_runtime() {
	# Replace RUNTIME with the value of the RUNTIME variable
	[ -n "$RUNTIME" ] || die "RUNTIME not set"
	echo "s!\\\bRUNTIME\\\b!${RUNTIME-.}!g;" | tee /proc/self/fd/2
	echo "s!\\\bRUNTIME\\\b!${RUNTIME-.}!g;"
}

make_config() {