Utiliser une variable d’environnement

This commit is contained in:
2022-08-11 10:25:10 +02:00
parent ca586bd600
commit 4ec7fcff67
4 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,4 @@
#!/usr/bin/env bash
export DESTDIR=/dist
pushd /src
cd /src
./build
popd