diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-07-07 23:44:44 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-07-08 00:08:55 -0700 |
commit | 235d531f1e8e9f32b98283c27f6fdbb5feb68393 (patch) | |
tree | b5f93443ecdc5c35e75297521d61ea63ecb8143f /home/xyz | |
parent | 6824a60e7df3cdf81df90dfea9436e34455184e7 (diff) |
fix bug of did not initialize `ext` variable
Diffstat (limited to 'home/xyz')
-rwxr-xr-x | home/xyz/.local/bin/mpra | 2 |
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 |