From cd1890930d33e79d4da9f1aabd05f07786eb6e4f Mon Sep 17 00:00:00 2001 From: Antranig Vartanian Date: Sat, 21 Jun 2025 01:04:50 +0400 Subject: [PATCH] vix 0.1.5: fixes because of Linuxism --- vix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vix b/vix index cc3ef42..54f5273 100755 --- a/vix +++ b/vix @@ -3,7 +3,7 @@ # set global variables PROGNAME=${0##*/} -VERSION="0.1.4" +VERSION="0.1.5" COLOUR_SET_R="\033[0;31m" COLOUR_SET_G="\033[0;32m" @@ -309,7 +309,7 @@ _process_mods() { || perror "${key} step failed: ${entry}" done IFS=$oldIFS - cd - + cd - 2>/dev/null } _run_cmds() { @@ -337,7 +337,7 @@ _run_cmds() { || perror "execution failed: ${cmd}" done IFS=$oldIFS - cd - + cd - 2>/dev/null } # now the four subcommands: