Skip to content

Commit

Permalink
Fixing .git-fixfiles script for changed directory name. Fixes issue S…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Aug 17, 2013
1 parent 158a7a3 commit 8c52d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .git-fixfiles
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
git update-index --assume-unchanged cpp/prebuilt/**/*.so
git update-index --assume-unchanged cpp/IEDriver/Generated/atoms.h
git update-index --assume-unchanged cpp/iedriver/Generated/atoms.h
exit 0

0 comments on commit 8c52d7d

Please sign in to comment.