mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 00:20:49 +02:00
commit bash-20040422 snapshot
This commit is contained in:
+1
-5
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1987-2002 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1987-2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Bash, the Bourne Again SHell.
|
||||
|
||||
@@ -573,11 +573,7 @@ get_job_spec (list)
|
||||
word = list->word->word;
|
||||
|
||||
if (*word == '\0')
|
||||
#if 0
|
||||
return (current_job);
|
||||
#else
|
||||
return (NO_JOB);
|
||||
#endif
|
||||
|
||||
if (*word == '%')
|
||||
word++;
|
||||
|
||||
Reference in New Issue
Block a user