forked from ungleich-public/cdist
		
	Merge branch 'fix/type/__package_pkgng_freebsd/bootstrap' into 'master'
__package_pkgng_freebsd: Fix bootstrapping pkg(7) See merge request ungleich-public/cdist!961
This commit is contained in:
		
				commit
				
					
						1c61989c03
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -75,7 +75,7 @@ execcmd(){
 | 
				
			||||||
   esac
 | 
					   esac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   if [ -z "${pkg_bootstrapped}" ]; then
 | 
					   if [ -z "${pkg_bootstrapped}" ]; then
 | 
				
			||||||
       echo "pkg bootstrap -y >/dev/null 2>&1"
 | 
					       echo "ASSUME_ALWAYS_YES=yes pkg bootstrap >/dev/null 2>&1"
 | 
				
			||||||
   fi
 | 
					   fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   echo "$_cmd >/dev/null 2>&1"   # Silence the output of the command
 | 
					   echo "$_cmd >/dev/null 2>&1"   # Silence the output of the command
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue