mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 05:09:09 +00:00 
			
		
		
		
	Check if $TMPDIR is empty, not null
This commit is contained in:
		@@ -1,3 +1,4 @@
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Lists Pacman disowned files.
 | 
			
		||||
#
 | 
			
		||||
@@ -6,7 +7,7 @@
 | 
			
		||||
#   Sorin Ionescu <sorin.ionescu@gmail.com>
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
local tmp="${TMPDIR-/tmp}/pacman-disowned-$UID-$$"
 | 
			
		||||
local tmp="${TMPDIR:-/tmp}/pacman-disowned-$UID-$$"
 | 
			
		||||
local db="$tmp/db"
 | 
			
		||||
local fs="$tmp/fs"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user