diff options
| -rwxr-xr-x | script/handle/make/config | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/script/handle/make/config b/script/handle/make/config index 8795c3ba..31c1b3c2 100755 --- a/script/handle/make/config +++ b/script/handle/make/config @@ -81,7 +81,7 @@ handle_defconfig()  	for y in "${target_dir}/config"/*; do  		[ -f "${y}" ] || continue  		config="${y}" -		config_name="${config#$target_dir/config/}" +		config_name="${config#${target_dir}/config/}"  		printf "handle/make/config %s %s: handling config %s\n" \  		    "${project}" "${target}" "${config_name}"  | 
