Browse Source
Fix last warning in linter about sudo ?
pull/348/head
Alexandre Aubin
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/_common.sh
|
|
|
@ -341,7 +341,7 @@ ynh_smart_mktemp () { |
|
|
|
ynh_die "Insufficient free space to continue..." |
|
|
|
fi |
|
|
|
|
|
|
|
echo "$(sudo mktemp --directory --tmpdir="$tmpdir")" |
|
|
|
echo "$(mktemp --directory --tmpdir="$tmpdir")" |
|
|
|
} |
|
|
|
|
|
|
|
#================================================= |
|
|
|
|