Arg fool proof
This commit is contained in:
		@@ -29,6 +29,12 @@ function pvt() {
 | 
			
		||||
            ;;
 | 
			
		||||
    esac
 | 
			
		||||
 | 
			
		||||
    if [[ -z "$ARG3" ]]; then
 | 
			
		||||
        >&2 echo "Error: LAND_DIR is not defined"
 | 
			
		||||
        pvt
 | 
			
		||||
        return 1
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
    IFS="/" read -a PWDA <<< "$(pwd)"
 | 
			
		||||
 | 
			
		||||
    # Begin finding dirs in up-stack
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user