mirror of
https://github.com/vishapoberon/vix.git
synced 2026-04-05 20:32:24 +00:00
vix 0.1.5: fixes because of Linuxism
This commit is contained in:
parent
7ca6cb3f75
commit
cd1890930d
1 changed files with 3 additions and 3 deletions
6
vix
6
vix
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue