slitaz-tools diff tinyutils/history @ rev 813

Current state, features stabilized and open for bugfixes and translations.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Sep 09 03:27:04 2013 +0300 (2013-09-09)
parents 8ea52c365e03
children 5d80f6fdbdb7
line diff
     1.1 --- a/tinyutils/history	Wed Mar 05 22:00:40 2008 +0100
     1.2 +++ b/tinyutils/history	Mon Sep 09 03:27:04 2013 +0300
     1.3 @@ -2,5 +2,7 @@
     1.4  # 
     1.5  # Fake history command for Ash.
     1.6  #
     1.7 +. /lib/libtaz.sh
     1.8 +export TEXTDOMAIN='slitaz-tools' #i18n
     1.9  
    1.10 -cat $HOME/.ash_history 2>/dev/null || echo "No history file found..."
    1.11 +cat $HOME/.ash_history 2>/dev/null || _ 'No history file found...'