commit: 19f06ac37ebaeee709d84dd289f2b7fb7fba0a6d
parent 9b1697df09c278ac4a0a8eeafdf9ab5e26defaba
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 24 May 2024 03:44:16 +0200
bootstrap-mdevd.sh: use mv -f to avoid interactivity
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap-mdevd.sh b/bootstrap-mdevd.sh
@@ -13,7 +13,7 @@ tar xof /mdevd-*.tar.gz
cd mdevd-*/
sed 's;-iquote ;-I;' configure > configure.new
-mv configure.new configure
+mv -f configure.new configure
chmod +x configure
./configure --prefix=/usr