Commit 800ad718 by Tobias Schuele

Replaced shebang /bin/bash with /usr/bin/env bash in scripts.

parent bbb3c392
#!/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
......
#!/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
......
#!/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
......
#!/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
......
#!/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
......
#!/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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment