summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-26 05:05:28 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-26 05:05:28 +0000
commit6e9e60b75b2e494bebf535e1afb6c6b5d794740e (patch)
treeadd316cbf6656a2d456b10dc4fca00dae90da6c3
parentRearrange some of the detection routines so it makes more sense and added brl... (diff)
downloadlivecd-tools-6e9e60b75b2e494bebf535e1afb6c6b5d794740e.tar.gz
livecd-tools-6e9e60b75b2e494bebf535e1afb6c6b5d794740e.tar.bz2
livecd-tools-6e9e60b75b2e494bebf535e1afb6c6b5d794740e.zip
Fixed a couple missing semicolons.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@143 7bf51bff-881f-0410-a643-fba68b97345e
-rwxr-xr-xautoconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconfig b/autoconfig
index 7705827..ac1625f 100755
--- a/autoconfig
+++ b/autoconfig
@@ -113,6 +113,7 @@ get_config() {
;;
nousb)
USB="no"
+ ;;
nox)
X11="no"
;;