RetroShare/build_scripts/Ubuntu_src/cleanProFile.sh
2012-08-30 14:37:27 +00:00

9 lines
189 B
Bash
Executable File

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