From 9eb255f5041ac706216f5f6bef4066a02929f3e1 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 28 Mar 2024 09:35:57 +0100 Subject: [PATCH] updateall/rustup : version qui fonctionne lol --- config/updateall/scripts/05-rustup | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/updateall/scripts/05-rustup b/config/updateall/scripts/05-rustup index 0409ae1..ba79c9d 100755 --- a/config/updateall/scripts/05-rustup +++ b/config/updateall/scripts/05-rustup @@ -1,5 +1,3 @@ -#!/usr/bin/env -set -- rustup update - +#!/usr/bin/env sh set -x -exec "$@" +exec rustup update