From 3de583d98ae7504684079d597bc2c55980e63cb0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 6 Oct 2016 23:26:09 +0300 Subject: bugfix --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 8cfc7f5..3d0f87e 100644 --- a/update.sh +++ b/update.sh @@ -166,7 +166,7 @@ delete_obsolete_entries() { local dest_var_dir dest_var_dir="$( readlink --canonicalize-missing "$( cygpath "${!var_name}" )" )" - local src_var_dir="$script_dir/%$var_name%" + local src_var_dir="$src_dir/%$var_name%" local subpath="${entry#%$var_name%/}" -- cgit v1.2.3