[ois] Fix missed replacement

Bruno Wolff III bruno at fedoraproject.org
Wed Nov 19 04:12:31 UTC 2014


commit 4423ce0bee7528115f84cd7fb7bfd3f9da70eed1
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Nov 18 22:11:56 2014 -0600

    Fix missed replacement
    
    I missed replacing $file by ReadMe.txt in a couple of places.

 ois.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ois.spec b/ois.spec
index 95651bc..d739b86 100644
--- a/ois.spec
+++ b/ois.spec
@@ -33,7 +33,7 @@ developing applications that use %{name}.
 chmod -x `find includes -type f` `find src -type f` ReadMe.txt
 sed "s|\r||g" ReadMe.txt > ReadMe.txt.new
 touch -r ReadMe.txt ReadMe.txt.new
-mv $file.new $file
+mv ReadMe.txt.new ReadMe.txt
 sh bootstrap
 
 


More information about the scm-commits mailing list