Displaying 1 result from an estimated 1 matches for "oautomat".
Did you mean:
automat
2013 May 17
1
[PATCH] run: Turn error message about missing LIBGUESTFS_PATH into warning; output to STDERR
...ance' so you must put an"
- echo "run: error: appliance somewhere and set LIBGUESTFS_PATH to point to it."
- exit 1
+ cat <<'EOF' >&2
+run: warning: You used './configure --disable-appliance' so LIBGUESTFS_PATH
+run: warning: has not been set oautomatically.
+EOF
fi
if [ -z "$LD_LIBRARY_PATH" ]; then
--
1.7.10.4