1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

add purge option to clear database of missing entries

This commit is contained in:
William Ting
2012-05-06 20:50:40 -10:00
parent a4cbff774b
commit 60a9c1c2f1
5 changed files with 30 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ else
gitrevision="$1"
fi
sed -i "s/^AUTOJUMP_VERSION = \".*\"$/AUTOJUMP_VERSION = \"$gitrevision\"/" ./bin/autojump
sed -i "s/^VERSION = \".*\"$/VERSION = \"$gitrevision\"/" ./bin/autojump