# HG changeset patch # User Jeff Hammel # Date 1400530613 25200 # Node ID 3da85ac3c54f09218ff72908100377a77d4da064 # Parent 8b2787e98c01fcb2d6f0d6a2fb5618170db5ea8a STUB: bin/example/script-path.sh diff -r 8b2787e98c01 -r 3da85ac3c54f bin/example/script-path.sh --- a/bin/example/script-path.sh Sat May 17 20:10:47 2014 -0700 +++ b/bin/example/script-path.sh Mon May 19 13:16:53 2014 -0700 @@ -5,3 +5,4 @@ echo "argv[0]: $0" path=`readlink -f $0` echo "path: ${path}" +echo "basename: $(basename $0)"