diff options
| -rw-r--r-- | libconf.pl | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -11,8 +11,14 @@ sub new() { die "You must be root to run this script.\n"; } - system("sh", "git", "submodule", "update", "--init", "--recursive") or die "Git error: $!"; + system("sh", "git", "submodule", "update", "--init", "--recursive") or die "git: error: $!"; } -"libconf";
\ No newline at end of file +sub exit() { + + exit; + +} + +"libconf"; |
