FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b06745fa authored by Silas S. Brown's avatar Silas S. Brown
Browse files

Gradint: PocketPC cleanup

git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/gradint@425 29193198-4895-4776-b068-10539e920549
parent 1642a37b
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ tar -jxf gradint-build.bgz
rm -rf gradint/extras # TODO shouldn't be in gradint-build.bgz anyway
diff -r gradint-build gradint|grep "^Only in gradint-build"|grep -v \\.svn|sed -e 's,Only in ,svn del ",' -e 's,: ,/,' -e 's/$/"/'|bash
cp -pur gradint/* gradint-build/
find gradint|grep -v \\.svn|sed -e 's/gradint/gradint-build/' -e 's/^/svn add "' -e 's/$/"/'|bash
find gradint|grep -v \\.svn|sed -e 's/gradint/gradint-build/' -e 's/^/svn add "/' -e 's/$/"/'|bash
if test "a$Msg" == a; then export Msg="Gradint update"; fi
svn commit -m "$Msg"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment