vix 0.1.5: fixes because of Linuxism

This commit is contained in:
Antranig Vartanian 2025-06-21 01:04:50 +04:00
parent 7ca6cb3f75
commit cd1890930d
No known key found for this signature in database
GPG key ID: DE3998662D59F21C

6
vix
View file

@ -3,7 +3,7 @@
# set global variables # set global variables
PROGNAME=${0##*/} PROGNAME=${0##*/}
VERSION="0.1.4" VERSION="0.1.5"
COLOUR_SET_R="\033[0;31m" COLOUR_SET_R="\033[0;31m"
COLOUR_SET_G="\033[0;32m" COLOUR_SET_G="\033[0;32m"
@ -309,7 +309,7 @@ _process_mods() {
|| perror "${key} step failed: ${entry}" || perror "${key} step failed: ${entry}"
done done
IFS=$oldIFS IFS=$oldIFS
cd - cd - 2>/dev/null
} }
_run_cmds() { _run_cmds() {
@ -337,7 +337,7 @@ _run_cmds() {
|| perror "execution failed: ${cmd}" || perror "execution failed: ${cmd}"
done done
IFS=$oldIFS IFS=$oldIFS
cd - cd - 2>/dev/null
} }
# now the four subcommands: # now the four subcommands: