Correct typos in comments in clear-repo.sh
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user