fixup! make/lib: safe_checkout_branch stačí 1 parametr
This commit is contained in:
		
							parent
							
								
									1615e92159
								
							
						
					
					
						commit
						34e751fd69
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -46,7 +46,7 @@ function only_in_directory { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| function safe_checkout_branch { | function safe_checkout_branch { | ||||||
| 	if "$#" -ne 2 | 	if test "$#" -ne 1 | ||||||
| 	then | 	then | ||||||
| 		echo >&2 "Použití: $0 <branch>" | 		echo >&2 "Použití: $0 <branch>" | ||||||
| 		return 1 | 		return 1 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Pavel "LEdoian" Turinsky
						Pavel "LEdoian" Turinsky