diff options
author | James Booth <boothj5@gmail.com> | 2012-07-22 01:27:49 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-07-22 01:27:49 +0100 |
commit | 255bf5d5b14498e3a6452cd2670b42155e22b6c8 (patch) | |
tree | 9e6293fb195c50fdb8cda397f24871fda9f20158 | |
parent | 76fe37efb7c1c59f0de5cdd7099991d19e9da4c7 (diff) | |
download | profani-tty-255bf5d5b14498e3a6452cd2670b42155e22b6c8.tar.gz |
Fixed spelling in install script
-rwxr-xr-x | install-all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-all.sh b/install-all.sh index 55385885..b5568fb1 100755 --- a/install-all.sh +++ b/install-all.sh @@ -96,7 +96,7 @@ if [ $? -eq 0 ]; then fi case "$DIST" in -unknown) echo Unsupported distribution, exising. +unknown) echo Unsupported distribution, exiting. exit ;; fedora) fedora_deps |