wok-current
diff sc/receipt @ rev 8615
Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author |
Antoine Bodin <gokhlayeh@slitaz.org> |
date |
Mon Feb 14 19:09:46 2011 +0100 (2011-02-14) |
parents |
85124e73d218 |
children |
940b5937e496 |
line diff
1.1 --- a/sc/receipt Tue Dec 01 19:23:18 2009 +0000
1.2 +++ b/sc/receipt Mon Feb 14 19:09:46 2011 +0100
1.3 @@ -15,7 +15,7 @@
1.4 compile_rules()
1.5 {
1.6 cd $src
1.7 - patch -p1 < ../stuff/7.16.patch || exit 1
1.8 + patch -p1 < ../stuff/7.16.patch || return 1
1.9 make
1.10 }
1.11