summaryrefslogtreecommitdiff
path: root/now.pl
diff options
context:
space:
mode:
authorhpa <hpa>1998-02-04 06:23:54 +0000
committerhpa <hpa>1998-02-04 06:23:54 +0000
commit33b9acb9131a220ef50c5eed897fbfc4cb60d5bf (patch)
tree2ee8118ecc88016ddd756ffaec92597d07d9a4b1 /now.pl
parent912235c360970d4ae3f039f4d473da26884a2613 (diff)
downloadsyslinux-33b9acb9131a220ef50c5eed897fbfc4cb60d5bf.tar.gz
I think we're pretty much ready to rock!
Diffstat (limited to 'now.pl')
-rw-r--r--now.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/now.pl b/now.pl
index 3f63cc73..824dcc8f 100644
--- a/now.pl
+++ b/now.pl
@@ -4,4 +4,4 @@
# Print the time as a hexadecimal integer
#
-printf "\'0x%08x\'\n", time;
+printf "0x%08x\n", time;