diff options
Diffstat (limited to 'util')
| -rwxr-xr-x | util/bin/make-realwallpaper | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/util/bin/make-realwallpaper b/util/bin/make-realwallpaper index 8c6f9063..97b4c0b7 100755 --- a/util/bin/make-realwallpaper +++ b/util/bin/make-realwallpaper @@ -83,18 +83,18 @@ main() {    done    # create xplanet output -  needs_rebuild xplanet.config \ -    && cat >xplanet.config <<EOF +    cat >xplanet.config <<EOF  [earth]  "Earth"  map=daymap-final.png  night_map=nightmap-final.png  cloud_map=clouds-final.png +cloud_threshold=10 +shade=15  EOF    # create xplanet output satellite version -  needs_rebuild xplanet-sat.config \ -    && cat >xplanet-sat.config <<EOF +    cat >xplanet-sat.config <<EOF  [earth]  "Earth"  map=daymap-final.png | 
