Kaydet (Commit) 21a1ff06 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Thinko

Change-Id: I78a388385d4629bda35af8c08445f21ac547e86b
üst 568dc479
...@@ -50,7 +50,7 @@ PathFormat() ...@@ -50,7 +50,7 @@ PathFormat()
if test "$fp_count_colon" = "0"; then if test "$fp_count_colon" = "0"; then
new_formatted_path=`realpath "$formatted_path"` new_formatted_path=`realpath "$formatted_path"`
if test $? -ne 0; then if test $? -ne 0; then
AC_MSG_WARNING([realpath failed for "$1", not necessarily a problem.]) AC_MSG_WARN([realpath failed for "$1", not necessarily a problem.])
else else
formatted_path="$new_formatted_path" formatted_path="$new_formatted_path"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment