From 0a0c7ab4f93180f104670388eacb10ff48c6d621 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 29 May 2020 14:05:09 +0200 Subject: Fix a shell syntactical error --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index f1e5cbd..6de478a 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -504,7 +504,7 @@ function install_pkgs() { # Also remove man pages: rm -rf "$2"/usr/man fi - if [ "$LIVEDE" = "XFCE" ]; then + if [ "$LIVEDE" = "XFCE" ]; then # By pruning stuff that no one likely needs anyway, # we make room for packages we would otherwise not be able to add. # MySQL embedded is only used by Amarok: -- cgit v1.2.3