diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-05 16:59:37 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-05 16:59:37 +0000 |
commit | 5145728f45d1a83ebe229ee38c4f2534a43c385f (patch) | |
tree | 48dfa16e2e256f1627e60d1f1d19dfcc9e6e46d2 /sutils/e2os.sh | |
parent | 41476b24b860bc333ed99c3eb2b575193b111aa7 (diff) | |
download | hurd-5145728f45d1a83ebe229ee38c4f2534a43c385f.tar.gz hurd-5145728f45d1a83ebe229ee38c4f2534a43c385f.tar.bz2 hurd-5145728f45d1a83ebe229ee38c4f2534a43c385f.zip |
*** empty log message ***
Diffstat (limited to 'sutils/e2os.sh')
-rwxr-xr-x | sutils/e2os.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/e2os.sh b/sutils/e2os.sh index 644e9616..8d3628d0 100755 --- a/sutils/e2os.sh +++ b/sutils/e2os.sh @@ -41,7 +41,7 @@ while :; do echo "Usage: $0 [-V?] [--help] [--usage] [--version] DEVICE [OS]" exit 0;; --version|-V) - echo "e2os 1.0 (`uname -sr`)"; exit 0;; + echo "STANDARD_HURD_VERSION_e2os_"; exit 0;; -*) echo 1>&2 "$0: unrecognized option \`$1'" echo 1>&2 "Try \`$0 --help' for more information"; |