aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/extract_errnos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/extract_errnos.sh')
-rw-r--r--src/tools/extract_errnos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/extract_errnos.sh b/src/tools/extract_errnos.sh
index 286fdd767..34c416b04 100644
--- a/src/tools/extract_errnos.sh
+++ b/src/tools/extract_errnos.sh
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project 2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors 3# Copyright (C) 2014-2021 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6echo -e "#include <errno.h>\n#include <attr/xattr.h>" | \ 6echo -e "#include <errno.h>\n#include <attr/xattr.h>" | \