You need to sign in or sign up before continuing.
Commit f8db4c5a authored by Roman Alifanov's avatar Roman Alifanov

fix func name

parent 9fd89f78
...@@ -31,7 +31,7 @@ percent_bar() { ...@@ -31,7 +31,7 @@ percent_bar() {
PP_default_prefixes_directory="$HOME/PortProton/prefixes" PP_default_prefixes_directory="$HOME/PortProton/prefixes"
pfxparce() { pfxparse() {
target_directory="$1" target_directory="$1"
for entry in $PP_default_prefixes_directory/* for entry in $PP_default_prefixes_directory/*
...@@ -65,7 +65,7 @@ gui() { ...@@ -65,7 +65,7 @@ gui() {
echo "Invalid filesystem: $mnt_fstype, continuing..." echo "Invalid filesystem: $mnt_fstype, continuing..."
continue continue
fi fi
prefixes_in_mnt=$(pfxparce "$mnt_name") prefixes_in_mnt=$(pfxparse "$mnt_name")
IFS=$'\n' IFS=$'\n'
for pfx in $prefixes_in_mnt ; do 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