From 879deb7bf28ae595384c1ef99f12894ef1eb1ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B3=D0=BE=D1=80?= <148970641+Egor00f@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:44:45 +0500 Subject: [PATCH] fix 'rep' --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index a7de905..b9b40a6 100755 --- a/install +++ b/install @@ -121,7 +121,7 @@ sudo ln -sf /usr/lib/libmpfr.so.6 /usr/lib/libmpfr.so.4 print_ok "Successfully!" -if ! rep -q 'export PATH=$PATH:/home/autobuild/tools/win32/bin' ~/.bashrc; then +if ! grep -q 'export PATH=$PATH:/home/autobuild/tools/win32/bin' ~/.bashrc; then export PATH=$PATH:/home/autobuild/tools/win32/bin print_msg "Adding '/home/autobuild/tools/win32/bin' to '~/.bashrc'" echo 'export PATH=$PATH:/home/autobuild/tools/win32/bin' >> ~/.bashrc