about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-09-08 15:07:03 +0100
committerJames Booth <boothj5@gmail.com>2012-09-08 15:07:03 +0100
commit04605a5f6a29a228cd5c4c00b209bf9ea332dfd0 (patch)
tree8495bb1522cd63d6ebd9e5109f21586f1653ef42
parentcd254e9f452cef89b31613203c9d152388d92837 (diff)
downloadprofani-tty-04605a5f6a29a228cd5c4c00b209bf9ea332dfd0.tar.gz
Fixed debian version string
-rwxr-xr-xinstall-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-all.sh b/install-all.sh
index db908826..fd78abfd 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -89,7 +89,7 @@ DIST=unknown
 if [ "${OS}" = "Linux" ]; then
     if [ -f /etc/fedora-release ]; then
         DIST=fedora
-    elif [ -f /etc/debian-version ]; then
+    elif [ -f /etc/debian_version ]; then
         DIST=debian
     fi
 fi