summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-07-07 23:44:44 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-07-08 00:08:55 -0700
commit235d531f1e8e9f32b98283c27f6fdbb5feb68393 (patch)
treeb5f93443ecdc5c35e75297521d61ea63ecb8143f /home/xyz
parent6824a60e7df3cdf81df90dfea9436e34455184e7 (diff)
fix bug of did not initialize `ext` variable
Diffstat (limited to 'home/xyz')
-rwxr-xr-xhome/xyz/.local/bin/mpra2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/mpra b/home/xyz/.local/bin/mpra
index ed435d74..114c836b 100755
--- a/home/xyz/.local/bin/mpra
+++ b/home/xyz/.local/bin/mpra
@@ -10,6 +10,8 @@ fn () {
repo-add -s -v -R "$(find .. -maxdepth 1 -type f -name '*.db.tar.gz')" "../$newpkg"
}
+ext='zst'
+
upd -p
while getopts a opt; do