saver (a67f39c51a88c38215015638c27d3e214735f726) saver (8de4fc8d235d59476419e0f2c64562f8fd9a7111)
1#!/bin/sh
2#-
3# Copyright (c) 2012-2013 Devin Teske
4# All Rights Reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 169 unchanged lines hidden (view full) ---

178"d $msg_warp") # A "stars warping" effect
179 saver_to_set="warp" ;;
180esac
181
182if [ "$saver_to_set" ]; then
183 f_sysrc_set saver "$saver_to_set" || f_die
184 break
185else
1#!/bin/sh
2#-
3# Copyright (c) 2012-2013 Devin Teske
4# All Rights Reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 169 unchanged lines hidden (view full) ---

178"d $msg_warp") # A "stars warping" effect
179 saver_to_set="warp" ;;
180esac
181
182if [ "$saver_to_set" ]; then
183 f_sysrc_set saver "$saver_to_set" || f_die
184 break
185else
186 f_die "$msg_unknown_saver"
186 f_die 1 "$msg_unknown_saver"
187fi
188
189exit $SUCCESS
190
191################################################################################
192# END
193################################################################################
187fi
188
189exit $SUCCESS
190
191################################################################################
192# END
193################################################################################