RetroShare/build_scripts/Ubuntu_src/cleanProFile.sh
2010-02-06 22:26:30 +00:00

9 lines
171 B
Bash
Executable File

#!/bin/sh
tmpfile=/tmp/toto42314321
cat "$1" | grep -v "CONFIG += version_detail_bash_script" > $tmpfile
echo "INCLUDEPATH += ../libretroshare" > $1
cat $tmpfile >> $1