RetroShare/build_scripts/Ubuntu_src/cleanProFile.sh

9 lines
171 B
Bash
Raw Normal View History

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