snap-sync: replace 'basename' with shell inline function

This commit is contained in:
2017-11-21 14:48:56 +01:00
parent 0593b2cfb5
commit 62a33aa88b

View File

@@ -25,7 +25,7 @@
# snapshot created on your system since that will be used to determine the
# difference for the next incremental snapshot.
progname="`basename v$0`"
progname="${0##*/}"
version="0.4.4"
# The following lines are modified by the Makefile or