summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprepare-videochat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare-videochat.sh b/prepare-videochat.sh
index 8c32650..5babe86 100755
--- a/prepare-videochat.sh
+++ b/prepare-videochat.sh
@@ -297,7 +297,7 @@ if can_run lsb_release; then
RELEASE=`lsb_release -r | cut -f2 -d ":"`
elif [ -f "/etc/arch-release" ]; then
DIST="Arch"
- RELASE=""
+ RELEASE=""
elif [ -f /etc/debian_version ] ; then
DIST="Debian"
RELEASE=`perl -ne 'chomp; if(m:(jessie|testing|sid):){print "8.0"}elsif(m:[\d\.]+:){print}else{print "0.0"}' < /etc/debian_version`