summaryrefslogtreecommitdiff
path: root/jc.pl
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 12:25:17 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 12:25:17 +0000
commitcf9b4d5269156ceb488f4eb6995609959d7213a7 (patch)
tree43bef3ad54322fd88d4eda09cf4dd67f9dfb43bf /jc.pl
parentea4677d3263c12fdb2c437924616f696e5f6100c (diff)
removing unnecessary eval in [a-z][a-z].pl scripts
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@3 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'jc.pl')
-rwxr-xr-xjc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/jc.pl b/jc.pl
index 742968ca..7319efed 100755
--- a/jc.pl
+++ b/jc.pl
@@ -1,2 +1,2 @@
#!/usr/bin/perl
-eval { require "menu.pl"; };
+require "menu.pl";