Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
libcifpp
Commits
4f9aacb3
Unverified
Commit
4f9aacb3
authored
Jan 25, 2023
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'trunk' into develop
parents
85885406
05cfa921
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
include/cif++/condition.hpp
+1
-2
tools/update-libcifpp-data.in
+4
-1
No files found.
include/cif++/condition.hpp
View file @
4f9aacb3
...
@@ -859,4 +859,4 @@ namespace literals
...
@@ -859,4 +859,4 @@ namespace literals
}
}
}
// namespace literals
}
// namespace literals
}
//
namespace
cif
}
// namespace cif
\ No newline at end of file
tools/update-libcifpp-data.in
View file @
4f9aacb3
...
@@ -2,7 +2,10 @@
...
@@ -2,7 +2,10 @@
set
-e
set
-e
if
[
"
$EUID
"
-ne
0
]
# Get the effective UID, but do so in a compatible way (we may be running dash)
euid
=
${
EUID
:-$(
id
-u
)}
if
[
"
${
euid
}
"
-ne
0
]
;
then
then
echo
"Please run as root"
then
echo
"Please run as root"
exit
exit
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment