Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Fixed quotation on PREFIX variable
Browse files Browse the repository at this point in the history
  - First attempt of a functional agnostic installer for GH-#111

WARNING: Sanity check is still not reliable, use with caution and set ALL
  variables via command line. The help message is outdated and should be
  updated soon
  • Loading branch information
Samsagax committed Oct 4, 2011
1 parent 179092f commit 6195d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo_variables() {
echo "INITDIR='$INITDIR'"
echo "NVIDIABUSID='$NVIDIABUSID'"
echo "BUILDDIR='$BUILDDIR'"
echo "PREFIX="$PREFIX""
echo "PREFIX='$PREFIX'"
}

# Checks for the nvidia Xorg module to be present if nvidia driver is set,
Expand Down

0 comments on commit 6195d54

Please sign in to comment.