Commit f8db4c5a authored by Roman Alifanov's avatar Roman Alifanov

fix func name

parent 9fd89f78
......@@ -31,7 +31,7 @@ percent_bar() {
PP_default_prefixes_directory="$HOME/PortProton/prefixes"
pfxparce() {
pfxparse() {
target_directory="$1"
for entry in $PP_default_prefixes_directory/*
......@@ -65,7 +65,7 @@ gui() {
echo "Invalid filesystem: $mnt_fstype, continuing..."
continue
fi
prefixes_in_mnt=$(pfxparce "$mnt_name")
prefixes_in_mnt=$(pfxparse "$mnt_name")
IFS=$'\n'
for pfx in $prefixes_in_mnt ; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment