diff options
Diffstat (limited to 'bin/build-snapshot')
-rwxr-xr-x | bin/build-snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-snapshot b/bin/build-snapshot index e6b4082..2e7b74a 100755 --- a/bin/build-snapshot +++ b/bin/build-snapshot | |||
@@ -76,7 +76,7 @@ rm_old_snapshots() | |||
76 | 76 | ||
77 | for link_target in $link_targets | 77 | for link_target in $link_targets |
78 | do | 78 | do |
79 | if [ "$link_target" = "$file" ] | 79 | if [ "$link_target" = "${file##*/}" ] |
80 | then | 80 | then |
81 | referenced=1 | 81 | referenced=1 |
82 | break | 82 | break |