Hi,

I have the rm command aliased to use the --verbose switch.  This patch tells 
psub to use the rm executable instead of the rm function I've declared.

*** /usr/share/fish/functions/psub.fish	2006-11-18 07:52:13.000000000 -0800
--- ./.config/fish/functions/psub.fish	2006-12-11 20:10:01.000000000 -0800
***************
*** 49,54 ****
  	end
  
  	# Make sure we erase file when caller exits
! 	eval function $funcname --on-job-exit caller\; rm $filename\; functions -e $funcname\; end	
  
  end
--- 49,54 ----
  	end
  
  	# Make sure we erase file when caller exits
! 	eval function $funcname --on-job-exit caller\; command rm $filename\; functions -e $funcname\; end	
  
  end
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to