file-age now BSD compatible

This commit is contained in:
ville rantanen
2017-06-09 09:52:05 +03:00
parent cdbe32d534
commit 2e8bd83dcd
2 changed files with 5 additions and 2 deletions

2
rc
View File

@@ -1,6 +1,6 @@
# source me to enable tools
TOOLSPATH=$( readlink -f $( dirname "$BASH_SOURCE" ) )
TOOLSPATH=$( realpath $( dirname "$BASH_SOURCE" ) )
PATH=$PATH:"$TOOLSPATH"/bin
[[ "$1" = "-f" ]] && PATH="$TOOLSPATH"/bin:$PATH