diff options
-rwxr-xr-x | build.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -139,7 +139,12 @@ case "$sys" in ;; *) conf_rpath="$idir/lib" - conf_sudo="$sudo" + + if test -n "$sudo"; then + conf_sudo="$sudo" + else + conf_sudo="[null]" + fi ;; esac |