mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00

Add enforecment script that verifies that only specified file types are allowed to be mared as executable. Change-Id: I4b40e3a46b03bfc78a9dcd52e8bf29cb079b7f3b Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2 lines
81 B
Bash
Executable file
2 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
echo `locate libstdc++.a | sort -r | head -1 | sed "s/libstdc++.a$//"`
|