improved i/o handling on the run executable means this is no longer relevant
This commit is contained in:
		@@ -8,15 +8,13 @@ use scwrypts/run
 | 
			
		||||
 | 
			
		||||
#####################################################################
 | 
			
		||||
 | 
			
		||||
SCWRYPTS__RUN() {
 | 
			
		||||
SCWRYPTS__RUN() {  # context wrapper to run scwrypts within scwrypts
 | 
			
		||||
	local EXIT_CODE=0
 | 
			
		||||
	((SUBSCWRYPT+=1))
 | 
			
		||||
 | 
			
		||||
	echo "--- START SUBSCWRYPT=$SUBSCWRYPT $@"
 | 
			
		||||
	SUBSCWRYPT=$SUBSCWRYPT $SCWRYPTS_ROOT/run $@
 | 
			
		||||
	EXIT_CODE=$?
 | 
			
		||||
 | 
			
		||||
	((SUBSCWRYPT-=1))
 | 
			
		||||
	return $EXIT_CODE
 | 
			
		||||
	echo "--- END SUBSCWRYPT=$SUBSCWRYPT $@"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user