Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
800ad718
authored
Oct 08, 2014
by
Tobias Schuele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced shebang /bin/bash with /usr/bin/env bash in scripts.
parent
bbb3c392
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
scripts/create_tarball.sh
+2
-2
scripts/insert_license.sh
+1
-1
scripts/remove_license.sh
+1
-1
scripts/run_cpplint.sh
+1
-1
scripts/run_tests_cygwin.sh
+1
-1
scripts/run_tests_linux.sh
+1
-1
No files found.
scripts/create_tarball.sh
View file @
800ad718
#!/
bin/bash
#!/
usr/bin/env bash
# Copyright (c) 2014, Siemens AG. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
...
...
@@ -150,7 +150,7 @@ rsync \
echo
"Replace version number in README"
README_FILE
=
"
$MYTMPDIR
/
${
n
}
/README.
txt"
README_FILE
=
"
$MYTMPDIR
/
${
n
}
/README.
md"
if
[
-f
$README_FILE
]
;
then
sed
-i
"s/
\[
VERSION_NUMBER_TEMPLATE
\]
/
$VERSION_NUMBER
/g"
$README_FILE
...
...
scripts/insert_license.sh
View file @
800ad718
#!/
bin/bash
#!/
usr/bin/env bash
# Copyright (c) 2014, Siemens AG. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
...
...
scripts/remove_license.sh
View file @
800ad718
#!/
bin/bash
#!/
usr/bin/env bash
# Copyright (c) 2014, Siemens AG. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
...
...
scripts/run_cpplint.sh
View file @
800ad718
#!/
bin/bash
#!/
usr/bin/env bash
# Copyright (c) 2014, Siemens AG. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
...
...
scripts/run_tests_cygwin.sh
View file @
800ad718
#!/
bin/bash
#!/
usr/bin/env bash
# Copyright (c) 2014, Siemens AG. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
...
...
scripts/run_tests_linux.sh
View file @
800ad718
#!/
bin/bash
#!/
usr/bin/env bash
# Copyright (c) 2014, Siemens AG. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
...
...
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