From 6d9986fffb60b772c97866c13ec9364fbff9ab27 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 7 Dec 2017 05:52:45 +0000 Subject: [PATCH] share/db/update.sh --- etc/profile.d/functions | 2 +- share/db/nb.db | Bin 842752 -> 842752 bytes share/db/update.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/profile.d/functions b/etc/profile.d/functions index 40d6e51b..2085b4b2 100644 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -10,7 +10,7 @@ nb_repos() { echo "$NB_ROOT" # Conf file - local conf=/etc/nb/repos.conf + local conf="$NB_ROOT/repos.conf" [ -s "$conf" ] || conf="$NB_ROOT/etc/repos.conf" # Realpath diff --git a/share/db/nb.db b/share/db/nb.db index 5cae0013ba96c4f55c2871e1d9e773ba3ae2f03b..693b6bef1ee4e580c73a767bc04feb88414db959 100644 GIT binary patch delta 126 zcmZqJVcf98c!IQG8Uq8fIRhLpyH3jO<-zGU~WxdX-!~lO<-$HU~f&} zXiea3P2g%x;NF_Rv&@<80RvM%!-L5i6|QW*;=;3mku6V+MYc6?dY2oI%Jf^VJPOmV Yxbal6D3lxLPQUNUBfq`eou_jO0Ivfk@c;k- delta 144 zcmZqJVcf98c!IQ`KLZ1^IRhLp8%@+PX7q1NXiZ>jO<-zGU~WxdX-!~lO<-$HU~f&} zXiea3P2g%x;NF_Rv&@<83IkI!!=r ig`CQ~is=HbJkrx|x$#tSK}E}rbHRe!i`{v8rvLz9JuAWh diff --git a/share/db/update.sh b/share/db/update.sh index 9845927a..633018f4 100755 --- a/share/db/update.sh +++ b/share/db/update.sh @@ -24,7 +24,7 @@ EOF ) | sqlite3 "nb.db" && ( -for f in $(shell_replace -find $NB_ROOT/*); do +false && for f in $(shell_replace -find $NB_ROOT/*); do echo "shell_replace $f" | sed "s; $NB_ROOT/; ;" shell_replace -i.shell_replace "$f" -- 2.47.3