diff --git a/clear-repo.sh b/clear-repo.sh index 249ed03..0112032 100755 --- a/clear-repo.sh +++ b/clear-repo.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # The purpose of this script is to clear our custom pacman repository -# i.e. remove older versions of packages +# i.e. remove old versions of packages # This script should NOT be run as root. # Make sure that AWK rules file is present, readable and correctly set in this script's parameters @@ -24,7 +24,7 @@ init() { } clearRepo() { - if [ "$(uname)" = "OpenBSD" ]; then # TODO This could probably be done better (like with actually checking if tar is GNU... + if [ "$(uname)" = "OpenBSD" ]; then # TODO This could probably be done better (like with actually checking if tar is GNU...) gnutar="gtar" else gnutar="tar"