From 3daeaf59fc4b1d53ae541759974e15f52f3cfb14 Mon Sep 17 00:00:00 2001 From: MagicTINTIN Date: Tue, 14 Feb 2023 17:08:13 +0100 Subject: [PATCH] clean les conneries de valentin --- run_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_linux.sh b/run_linux.sh index e5ea789..cdf2f74 100755 --- a/run_linux.sh +++ b/run_linux.sh @@ -1,6 +1,6 @@ # takes an argument for compilation -LD_LIBRARY_PATH=$(pwd) ./a.out +#LD_LIBRARY_PATH=$(pwd) ./a.out # Exits and displays error if there is no argument provided if [ $# -eq 0 ]; then echo "This script requires an argument."