From a53f4930669fe6a1bec6dea3ce76f1a92bbe18ec Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 20 Aug 2023 12:41:24 +0300 Subject: Replaced double brackets with single ones --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 945174c..06624da 100755 --- a/update.sh +++ b/update.sh @@ -5,5 +5,5 @@ binfiles=$(ls -1 $(pwd)/bin) for b in $binfiles do - if [[ ! -L $AK_BINDIR/$b ]] ; then ln -s $(pwd)/bin/$b $AK_BINDIR/$b ;fi + if [ ! -L $AK_BINDIR/$b ] ; then ln -s $(pwd)/bin/$b $AK_BINDIR/$b ;fi done -- cgit v1.2.3