diff options
author | Eric Hameleers <alien@slackware.com> | 2020-05-29 14:05:09 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-05-29 14:05:09 +0200 |
commit | 0a0c7ab4f93180f104670388eacb10ff48c6d621 (patch) | |
tree | c3670f924bd1d5da70f93bde657ae41e000f6967 | |
parent | 0af67676db33007d9a7319d7f2e1108a5063af82 (diff) | |
download | liveslak-0a0c7ab4f93180f104670388eacb10ff48c6d621.tar.gz liveslak-0a0c7ab4f93180f104670388eacb10ff48c6d621.tar.xz |
Fix a shell syntactical error
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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: |