mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			219 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			219 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| _gembindir="$(ruby -rubygems -e'puts Gem.default_dir')/bin"
 | |
| 
 | |
| echo "*" >&2
 | |
| echo "* If necessary, don't forget to add the Ruby Gems bin directory to PATH:" >&2
 | |
| echo "*     $_gembindir" >&2
 | |
| echo "*" >&2
 | |
| 
 | |
| exit 0
 |