]> andersk Git - gssapi-openssh.git/commitdiff
fix bug that could result in an empty packaging_list in the bundle
authorjbasney <jbasney>
Tue, 20 Dec 2005 22:19:15 +0000 (22:19 +0000)
committerjbasney <jbasney>
Tue, 20 Dec 2005 22:19:15 +0000 (22:19 +0000)
bundle/scripts/make-src-bundle

index 62a81b51cbfd93b0558670c550c9bfcb57d12d50..b44689f2fe2dd4875b5bd58d2d896975f05b59a9 100755 (executable)
@@ -22,7 +22,8 @@ mkdir -p temp/
 tar xvzf $NAME -C temp/
 cd temp/
 rm globus_core-99.tar.gz
-cat packaging_list | grep -v 'globus_core' > packaging_list
+cat packaging_list | grep -v 'globus_core' > packaging_list.new
+mv packaging_list.new packaging_list
 
 #
 # create the bundle (redux)
This page took 0.039302 seconds and 5 git commands to generate.